Skip to content

Commit edfc39b

Browse files
committed
User personal access token type
1 parent 0ef0f8e commit edfc39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Deploy to Staging Repository
8383
uses: peaceiris/actions-gh-pages@v3
8484
with:
85-
deploy_key: ${{ secrets.CRYPTOBOT_DEPLOY_STAGING_WEBSITE }}
85+
personal_token: ${{ secrets.CRYPTOBOT_DEPLOY_STAGING_WEBSITE }}
8686
external_repository: cryptomator/staging.cryptomator.org
8787
publish_dir: ./public
8888
publish_branch: main

0 commit comments

Comments
 (0)