Skip to content

Commit 99375cd

Browse files
committed
Use GITHUB_TOKEN
1 parent 53bd267 commit 99375cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-older-minor-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
ref: gh-pages
3636
path: gh-pages
37-
token: ${{ secrets.PUBLISH_SECRET }}
37+
token: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Build and publish site
4040
run: |

0 commit comments

Comments
 (0)