mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
Update cd_dev.yml
This commit is contained in:
parent
3643f04250
commit
520651a160
1 changed files with 6 additions and 6 deletions
12
.github/workflows/cd_dev.yml
vendored
12
.github/workflows/cd_dev.yml
vendored
|
@ -23,12 +23,12 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - uses: shaunco/ssh-agent@git-repo-mapping
|
- uses: shaunco/ssh-agent@git-repo-mapping
|
||||||
# with:
|
with:
|
||||||
# ssh-private-key: |
|
ssh-private-key: |
|
||||||
# ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
||||||
# repo-mappings: |
|
repo-mappings: |
|
||||||
# github.com/vodemn/m3_lightmeter_iap
|
github.com/vodemn/m3_lightmeter_iap
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue