Skip to content

Commit

Permalink
Fix Github token permissions in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Sep 11, 2024
1 parent 20f5011 commit 207a421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- debian12-py39
- debian12-py310
- debian12-py311
permissions:
contents: read
packages: write

steps:
- name: Check out master
uses: actions/checkout@v3
Expand Down

0 comments on commit 207a421

Please sign in to comment.