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 e97901b commit b1f0578Copy full SHA for b1f0578
1 file changed
.github/workflows/gh-pages.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-22.04
12
env:
13
PR_PATH: pull/${{github.event.number}}
14
+ permissions:
15
+ contents: write
16
steps:
17
- name: Comment on PR
18
uses: hasura/comment-progress@v2.3.0
@@ -61,7 +63,7 @@ jobs:
61
63
uses: peaceiris/actions-gh-pages@v4
62
64
if: github.ref == 'refs/heads/main'
65
with:
- github_token: ${{ secrets.PUBLISH_TOKEN }}
66
+ github_token: ${{ secrets.GITHUB_TOKEN }}
67
publish_dir: ./${{ env.DOMAIN }}/public
68
69
- name: Set base URL for preview if PR
0 commit comments