Skip to content

Commit c767492

Browse files
committed
env GITHUB_TOKEN
1 parent 0307a59 commit c767492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
cache: yarn
2424
- run: yarn --frozen-lockfile
2525
- run: yarn build
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2628
- uses: actions/configure-pages@v4
2729
- uses: actions/upload-pages-artifact@v3
2830
with:

0 commit comments

Comments
 (0)