We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a5dcdd + f876055 commit f60bd22Copy full SHA for f60bd22
1 file changed
.github/workflows/github_pages.yml
@@ -10,10 +10,10 @@ jobs:
10
- name: Checkout code
11
uses: actions/checkout@v6
12
with:
13
- token: ${{ secrets.REPO_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
14
submodules: false
15
16
- name: Deploy
17
uses: JamesIves/github-pages-deploy-action@v4
18
19
0 commit comments