Skip to content

Commit

Permalink
Add workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisDN authored May 1, 2024
1 parent e40c1e6 commit 1f1a4cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -102,6 +105,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
permissions:
contents: read

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f1a4cf

Please sign in to comment.