We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c71c8 commit 818dd7bCopy full SHA for 818dd7b
1 file changed
.github/workflows/gh-pages.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
+permissions:
8
+ contents: write
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}
11
cancel-in-progress: true
0 commit comments