We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef0f8e commit edfc39bCopy full SHA for edfc39b
.github/workflows/gh-pages.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Deploy to Staging Repository
83
uses: peaceiris/actions-gh-pages@v3
84
with:
85
- deploy_key: ${{ secrets.CRYPTOBOT_DEPLOY_STAGING_WEBSITE }}
+ personal_token: ${{ secrets.CRYPTOBOT_DEPLOY_STAGING_WEBSITE }}
86
external_repository: cryptomator/staging.cryptomator.org
87
publish_dir: ./public
88
publish_branch: main
0 commit comments