mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #99 from rustic-rs/release-beta4
CI: fix ssh key for beta releases
This commit is contained in:
commit
cc6717cdc9
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
|
||||
# set up git
|
||||
ssh-keyscan -H github.com > ~/.ssh/known_hosts
|
||||
GIT_SSH='ssh -i /github/home/.ssh/id_rsa -o UserKnownHostsFile=/github/home/.ssh/known_hosts'
|
||||
GIT_SSH='ssh -i ~/.ssh/id_rsa -o UserKnownHostsFile=~/.ssh/known_hosts'
|
||||
|
||||
# clone the repo into our working directory
|
||||
GIT_SSH_COMMAND=$GIT_SSH git clone git@github.com:/rustic-rs/rust-beta.git $WORKING_DIR
|
||||
|
||||
Loading…
Reference in New Issue
Block a user