Skip to content

Commit

Permalink
Update publish-library.yml
Browse files Browse the repository at this point in the history
write implies read permission
  • Loading branch information
StaehliJ authored Jul 11, 2023
1 parent 56ab4a7 commit 4e1fdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read|write
packages: write
env:
DEMO_KEY_PASSWORD: ${{ secrets.DEMO_KEY_PASSWORD }}
DEMO_KEY_ALIAS: ${{ secrets.DEMO_KEY_ALIAS }}
Expand Down

0 comments on commit 4e1fdf9

Please sign in to comment.