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 a3c16ae commit 8479adbCopy full SHA for 8479adb
1 file changed
.github/workflows/release.yml
@@ -1,6 +1,11 @@
1
name: Release
2
3
on: workflow_dispatch
4
+permissions:
5
+ contents: write # to be able to publish a GitHub release
6
+ issues: write # to be able to comment on released issues
7
+ pull-requests: write # to be able to comment on released pull requests
8
+ id-token: write # to verify the deployment originates from an appropriate source
9
10
jobs:
11
release:
0 commit comments