webfactory/ssh-agent

This commit is contained in:
Vadim 2023-07-13 16:25:16 +02:00
parent c382eddf08
commit 03e34fd3b4
3 changed files with 7 additions and 16 deletions

View file

@ -23,12 +23,9 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- uses: shaunco/ssh-agent@git-repo-mapping - uses: webfactory/ssh-agent@v0.8.0
with: with:
ssh-private-key: | ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
${{ secrets.M3_LIGHTMETER_IAP_KEY }}
repo-mappings: |
github.com/vodemn/m3_lightmeter_iap
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:

View file

@ -22,12 +22,9 @@ jobs:
runs-on: macos-11 runs-on: macos-11
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
# - uses: shaunco/ssh-agent@git-repo-mapping - uses: webfactory/ssh-agent@v0.8.0
# with: with:
# ssh-private-key: | ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
# ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
# repo-mappings: |
# github.com/vodemn/m3_lightmeter_iap
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:

View file

@ -17,12 +17,9 @@ jobs:
timeout-minutes: 10 timeout-minutes: 10
steps: steps:
- uses: shaunco/ssh-agent@git-repo-mapping - uses: webfactory/ssh-agent@v0.8.0
with: with:
ssh-private-key: | ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
${{ secrets.M3_LIGHTMETER_IAP_KEY }}
repo-mappings: |
github.com/vodemn/m3_lightmeter_iap
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: