fix: use default ssh key name

This commit is contained in:
Derrick Hammer 2023-06-25 03:41:55 -04:00
parent dce16114bc
commit 3cfb17ea27
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.GITEA_SSH_KEY }}
name: gitea
known_hosts: ${{ secrets.GITEA_KNOWN_HOST }}
- name: Publish
run: npm run semantic-release