We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0307a59 commit c767492Copy full SHA for c767492
.github/workflows/deploy.yml
@@ -23,6 +23,8 @@ jobs:
23
cache: yarn
24
- run: yarn --frozen-lockfile
25
- run: yarn build
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- uses: actions/configure-pages@v4
29
- uses: actions/upload-pages-artifact@v3
30
with:
0 commit comments