Skip to content

Commit

Permalink
use gist.github.com as a known ssh host
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Jan 27, 2024
1 parent 7f120e2 commit 1079a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: shimataro/[email protected]
with:
key: ${{ secrets.SSH_PRIVKEY }}
known_hosts: unnecessary
known_hosts: gist.github.com

- name: Build (private)
uses: taiki-e/upload-rust-binary-action@v1
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
uses: shimataro/[email protected]
with:
key: ${{ secrets.SSH_PRIVKEY }}
known_hosts: unnecessary
known_hosts: gist.github.com

- name: Tag all assets
shell: bash
Expand Down

0 comments on commit 1079a77

Please sign in to comment.