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 f1f996d commit ad8ed9fCopy full SHA for ad8ed9f
.github/workflows/build_web.yaml
@@ -27,5 +27,5 @@ jobs:
27
user_email: 'github-actions[bot]@users.noreply.github.com'
28
publish_branch: main
29
publish_dir: ./output
30
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ deploy_key: ${{ secrets.DEPLOY_KEY }}
31
destination_dir: output
0 commit comments