We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0402b5f commit 96d64a4Copy full SHA for 96d64a4
.github/workflows/release.yml
@@ -17,8 +17,11 @@ concurrency:
17
cancel-in-progress: true
18
19
permissions:
20
+ id-token: write # to enable use of OIDC (npm trusted publishing and provenance)
21
actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
22
contents: read # to fetch code (actions/checkout)
23
+ issues: write # to be able to comment on released issues
24
+ pull-requests: write # to be able to comment on released pull requests
25
26
jobs:
27
validate:
0 commit comments