mirror of
https://github.com/yanhao98/semantic-release-action-example.git
synced 2025-07-12 21:50:49 +08:00
# npm provenance requires this permission
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
next_release_version: ${{ steps.semantic.outputs.next_release_version }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions: # Job-level permissions configuration starts here
|
||||
id-token: write
|
||||
id-token: write # npm provenance requires this permission
|
||||
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
|
||||
|
Reference in New Issue
Block a user