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 9035b01 commit 056d9b0Copy full SHA for 056d9b0
.github/workflows/release-note.yml
@@ -11,6 +11,9 @@ on:
11
# Only following types are handled by the action, but one can default to all as well
12
types: [ opened, reopened, synchronize ]
13
14
+permissions:
15
+ contents: read
16
+
17
jobs:
18
update_release_draft:
19
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
release:
5
types: [created]
6
7
8
+ contents: write
9
10
upload:
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments