deploy: switch to real ssh key
This commit is contained in:
parent
ea5da5a906
commit
365eb1b59c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
echo "$SSH_KEY" > forgejo
|
||||
shell: bash
|
||||
env:
|
||||
SSH_KEY: ${{secrets.TEST_SSH_DEPLOY_KEY}}
|
||||
SSH_KEY: ${{secrets.SSH_DEPLOY_KEY}}
|
||||
- name: deploy
|
||||
run: |
|
||||
cd .ssh
|
||||
|
|
Loading…
Reference in a new issue