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 e22ad60 commit 97f749cCopy full SHA for 97f749c
.github/workflows/release.yml
@@ -8,7 +8,11 @@ jobs:
8
name: Release
9
runs-on: ubuntu-latest
10
permissions:
11
- contents: write
+ contents: write # for Creating tags and releases
12
+ issues: write # for Editing issue content, Commenting on issues, Closing issues
13
+ pull-requests: write # for Commenting on PRs, Merging or closing PRs
14
+ id-token: write # for publishing to NPM with Provenance
15
+ # packages: write # for publishing to GitHub Packages
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v4
0 commit comments