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 35716f9 commit 2980801Copy full SHA for 2980801
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,13 @@ on:
4
push:
5
branches: [main]
6
7
+permissions:
8
+ contents: write # to be able to publish a GitHub release
9
+ issues: write # to be able to comment on released issues
10
+ pull-requests: write # to be able to comment on released pull requests
11
+ pages: write # to deploy to Pages
12
+ id-token: write # to verify the deployment originates from an appropriate source
13
+
14
jobs:
15
release:
16
name: Release
0 commit comments