Skip to content

Commit c400cd8

Browse files
committedJul 7, 2024
add permissions to deploy workflow
1 parent 12a6e75 commit c400cd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/publish-site.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
BRANCH: gh-pages
3939
FOLDER: bin/wwwroot
40+
permissions:
41+
contents: write

0 commit comments

Comments
 (0)
Please sign in to comment.