Skip to content

Commit

Permalink
ci: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chia1104 committed Jul 22, 2023
1 parent 6ef15c5 commit 7661bc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ env:

jobs:
release:
permissions: read-all|write-all
permissions:
contents: write
packages: write

runs-on: ubuntu-latest

Expand Down

0 comments on commit 7661bc3

Please sign in to comment.