Skip to content

Commit baec5c5

Browse files
committed
chore: token cleanup
1 parent b210645 commit baec5c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,16 @@ jobs:
4343
needs: test
4444
runs-on: ubuntu-latest
4545
if: github.ref == 'refs/heads/main'
46+
permissions:
47+
contents: write
48+
pages: write
4649
steps:
4750
- uses: actions/download-artifact@v4
4851
with:
4952
name: build
5053
- uses: peaceiris/actions-gh-pages@v3
5154
with:
52-
github_token: ${{ secrets.GITHUB_TOKEN }}
55+
github_token: ${{ github.token }}
5356
publish_dir: .
5457

5558
npm-publish-build:

0 commit comments

Comments
 (0)