Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 7080242

Browse files
committed
chore: github yml syntax
1 parent 7562cc5 commit 7080242

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build-prod.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ jobs:
5858
with:
5959
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
6060
- name: Export Apple AppStore Connect API key
61-
run: |
62-
echo "${{ secrets.APPSTORE_CONNECT_KEY }}" > ios/Authkey.p8
63-
with:
64-
APPSTORE_CONNECT_KEY: ${{ secrets.APPSTORE_CONNECT_KEY }}
61+
run: echo "${{ secrets.APPSTORE_CONNECT_KEY }}" > ios/Authkey.p8
6562
- name: Setup fastlane
6663
uses: maierj/[email protected]
6764
env:

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
with:
5858
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
5959
- name: Export Apple AppStore Connect API key
60-
run: |
61-
echo "${{ secrets.APPSTORE_CONNECT_KEY }}" > ios/Authkey.p8
62-
with:
63-
APPSTORE_CONNECT_KEY: ${{ secrets.APPSTORE_CONNECT_KEY }}
60+
run: echo "${{ secrets.APPSTORE_CONNECT_KEY }}" > ios/Authkey.p8
6461
- name: Setup fastlane
6562
uses: maierj/[email protected]
6663
env:

0 commit comments

Comments
 (0)