We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc128f commit 5894046Copy full SHA for 5894046
1 file changed
.github/workflows/main.yml
@@ -7,6 +7,9 @@ on:
7
pull_request:
8
workflow_dispatch:
9
10
+permissions:
11
+ contents: write
12
+
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15
cancel-in-progress: true
0 commit comments