Skip to content

Commit

Permalink
Give write permissions to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
YaytayAtWork committed Jul 16, 2024
1 parent c2b38b8 commit a03c5fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: read
packages: write
attestations: write
id-token: write

strategy:
matrix:
node-version: [20.x]
Expand Down

0 comments on commit a03c5fd

Please sign in to comment.