Skip to content

Commit

Permalink
fix: add issue permission for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Jan 21, 2025
1 parent ad79086 commit 4401fcc
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 @@ -28,6 +28,8 @@ on:
permissions:
# To publish packages with provenance
id-token: write
# Allow commenting on issues for `reusable-build.yml`
issues: write

jobs:
get-runner-labels:
Expand Down

0 comments on commit 4401fcc

Please sign in to comment.