Skip to content

Commit

Permalink
ci: update workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 14, 2023
1 parent ee71c9c commit 3f9caec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-on-push-to-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:

jobs:
build:
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 3f9caec

Please sign in to comment.