Skip to content

Commit

Permalink
FIX github actions permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed May 20, 2024
1 parent 90d58ae commit 108b482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-22.04

# @link https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: write
# @link https://docs.npmjs.com/generating-provenance-statements#about-npm-provenance
id-token: write
# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit 108b482

Please sign in to comment.