Skip to content

Commit 31e4db9

Browse files
committed
apply permissions to the right place
1 parent c400cd8 commit 31e4db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-site.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- uses: actions/checkout@v3
1315
- name: restore submodules
@@ -37,5 +39,3 @@ jobs:
3739
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3840
BRANCH: gh-pages
3941
FOLDER: bin/wwwroot
40-
permissions:
41-
contents: write

0 commit comments

Comments
 (0)