Skip to content

Commit f60bd22

Browse files
committed
merged from main branch
2 parents 9a5dcdd + f876055 commit f60bd22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v6
1212
with:
13-
token: ${{ secrets.REPO_TOKEN }}
13+
token: ${{ secrets.GITHUB_TOKEN }}
1414
submodules: false
1515

1616
- name: Deploy
1717
uses: JamesIves/github-pages-deploy-action@v4
1818
with:
19-
token: ${{ secrets.REPO_TOKEN }}
19+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)