Skip to content

Commit 6e837fa

Browse files
committed
Add write access to GitHub Pages to GITHUB_TOKEN.
Signed-off-by: Yuya Asano <[email protected]>
1 parent 96680cc commit 6e837fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11-
permissions: {}
11+
permissions:
12+
pages: write
1213
steps:
1314
- uses: actions/checkout@v4
1415
with:

0 commit comments

Comments
 (0)