mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update SHA on verify
This commit is contained in:
parent
9b7dbbf278
commit
ee52bcaa27
1 changed files with 2 additions and 2 deletions
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
fail-fast: false
|
||||
steps:
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@feature/config
|
||||
uses: shimataro/ssh-key-action@${GITHUB_SHA}
|
||||
with:
|
||||
private-key: ${{ secrets.SSH_KEY }}
|
||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
fail-fast: false
|
||||
steps:
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@feature/config
|
||||
uses: shimataro/ssh-key-action@${GITHUB_SHA}
|
||||
with:
|
||||
private-key: ${{ secrets.SSH_KEY }}
|
||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue