Merge pull request #15488 from miri64/gh-actions/fix/ssh-agent-action-version
gh-actions/release-test: bump ssh-agent to v0.4.1
This commit is contained in:
commit
9dbb06f719
2
.github/workflows/release-test.yml
vendored
2
.github/workflows/release-test.yml
vendored
@ -162,7 +162,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc
|
echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc
|
||||||
- name: Setup SSH agent
|
- name: Setup SSH agent
|
||||||
uses: webfactory/ssh-agent@v0.4.0
|
uses: webfactory/ssh-agent@v0.4.1
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.IOTLAB_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.IOTLAB_PRIVATE_KEY }}
|
||||||
- name: Fetch host key from IoT-LAB saclay site
|
- name: Fetch host key from IoT-LAB saclay site
|
||||||
|
|||||||
2
.github/workflows/test-on-iotlab.yml
vendored
2
.github/workflows/test-on-iotlab.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
|||||||
- name: Configure credentials
|
- name: Configure credentials
|
||||||
run: echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc
|
run: echo '${{ secrets.IOTLABRC }}' > ~/.iotlabrc
|
||||||
- name: Setup SSH agent
|
- name: Setup SSH agent
|
||||||
uses: webfactory/ssh-agent@v0.4.0
|
uses: webfactory/ssh-agent@v0.4.1
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.IOTLAB_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.IOTLAB_PRIVATE_KEY }}
|
||||||
- name: Fetch host key from IoT-LAB ${{ matrix.boards.iotlab.site }} site
|
- name: Fetch host key from IoT-LAB ${{ matrix.boards.iotlab.site }} site
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user