Skip to content

Commit

Permalink
fix: release workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Mar 18, 2024
1 parent 657b57c commit 9219a21
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
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
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9219a21

Please sign in to comment.