Skip to content

Commit

Permalink
ci: remove unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Aug 20, 2024
1 parent 5a28c2c commit eaeaef2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
needs: test
environment: npm
permissions:
contents: write # to be able to publish a GitHub release
id-token: write # for CFA and npm provenance
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand Down

0 comments on commit eaeaef2

Please sign in to comment.