Skip to content

Commit bead002

Browse files
authored
Rename docs deploy key (#583)
I don't know why github didn't want to see the old one, even when I replaced it. Now with the same key under a new name it is fine so.... yeh.
1 parent b9b9fe0 commit bead002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version: '1.18'
3434
- uses: webfactory/ssh-agent@v0.5.0
3535
with:
36-
ssh-private-key: ${{ secrets.FLINTLOCK_DOCS_WEAVEWORKS_DOCS_BOT_DEPLOY_KEY }}
36+
ssh-private-key: ${{ secrets.BOT_DEPLOY_KEY }}
3737
- name: Release to GitHub Pages
3838
env:
3939
USE_SSH: true

0 commit comments

Comments
 (0)