Skip to content

Commit d73039a

Browse files
committed
ci: scope down permissions for gh-page.yml
1 parent d06912f commit d73039a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh-page.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main # Set a branch name to trigger deployment
77
pull_request:
88

9+
permissions:
10+
contents: write
11+
pages: write
12+
913
jobs:
1014
deploy:
1115
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)