Skip to content

Commit 81a8f6c

Browse files
author
Jo Cook
authored
Update dev-build.yml
Change to API Token
1 parent cd7676f commit 81a8f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Deploy docs to ghpages
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
29-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
29+
personal_token: ${{ secrets.API_TOKEN_GITHUB }}
3030
external_repository: agiorguk/gemini-dev
3131
publish_branch: gh-pages
3232
publish_dir: ./docs/

0 commit comments

Comments
 (0)