Skip to content

Commit 0ef0f8e

Browse files
committed
Use correct secret
1 parent b1bffff commit 0ef0f8e

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.GITHUB_TOKEN }}
85+
deploy_key: ${{ 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)