We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fed64 commit 0f21983Copy full SHA for 0f21983
.github/workflows/build.yml
@@ -8,6 +8,9 @@ on:
8
release:
9
types: [published]
10
11
+permissions:
12
+ contents: write
13
+
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
cancel-in-progress: true
0 commit comments