Skip to content

Commit 20bb025

Browse files
committed
Update deploy-cookbook.yml
1 parent 2a1d9c4 commit 20bb025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-cookbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Deploy to GitHub Pages
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
github_token: ${{ secrets.GH_TOKEN }}
31+
github_token: ${{ secrets.GH_PAGES_TOKEN }}
3232
publish_dir: ./docs/cookbook/book
3333
destination_dir: cookbook
3434
keep_files: true # Keep existing files in gh-pages if any (useful if main site is also there)

0 commit comments

Comments
 (0)