mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-25 00:40:39 +00:00
added SSH key to iap repo
This commit is contained in:
parent
7656f55662
commit
b1f53076ce
1 changed files with 12 additions and 6 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -17,6 +17,13 @@ jobs:
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: shaunco/ssh-agent@git-repo-mapping
|
||||||
|
with:
|
||||||
|
ssh-private-key: |
|
||||||
|
${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
||||||
|
repo-mappings: |
|
||||||
|
github.com/vodemn/m3_lightmeter_iap
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
|
@ -33,6 +40,5 @@ jobs:
|
||||||
|
|
||||||
- name: Analyze project source
|
- name: Analyze project source
|
||||||
run: flutter analyze lib --fatal-infos
|
run: flutter analyze lib --fatal-infos
|
||||||
|
|
||||||
# - name: Run tests
|
# - name: Run tests
|
||||||
# run: flutter test
|
# run: flutter test
|
||||||
|
|
Loading…
Reference in a new issue