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 74ddf28 commit b970fb0Copy full SHA for b970fb0
.github/workflows/default.yml
@@ -121,4 +121,7 @@ jobs:
121
uses: ./.github/workflows/release.yml
122
secrets: inherit
123
permissions:
124
- contents: write
+ contents: write # to create release (changesets/action)
125
+ issues: write # to post issue comments (changesets/action)
126
+ pull-requests: write # to create pull request (changesets/action)
127
+ id-token: write # to use OpenID Connect token for provenance (changesets/action)
0 commit comments