Skip to content

Commit

Permalink
fix(ci): permissions for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 24, 2024
1 parent 6511b2a commit 0006e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 0006e24

Please sign in to comment.