We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b9fe0 commit bead002Copy full SHA for bead002
.github/workflows/deploy-docs.yaml
@@ -33,7 +33,7 @@ jobs:
33
go-version: '1.18'
34
- uses: webfactory/ssh-agent@v0.5.0
35
with:
36
- ssh-private-key: ${{ secrets.FLINTLOCK_DOCS_WEAVEWORKS_DOCS_BOT_DEPLOY_KEY }}
+ ssh-private-key: ${{ secrets.BOT_DEPLOY_KEY }}
37
- name: Release to GitHub Pages
38
env:
39
USE_SSH: true
0 commit comments