fix: use default ssh key name
This commit is contained in:
parent
dce16114bc
commit
3cfb17ea27
|
@ -19,7 +19,6 @@ jobs:
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
key: ${{ secrets.GITEA_SSH_KEY }}
|
key: ${{ secrets.GITEA_SSH_KEY }}
|
||||||
name: gitea
|
|
||||||
known_hosts: ${{ secrets.GITEA_KNOWN_HOST }}
|
known_hosts: ${{ secrets.GITEA_KNOWN_HOST }}
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: npm run semantic-release
|
run: npm run semantic-release
|
||||||
|
|
Loading…
Reference in New Issue