Skip to content

Commit 7ae4b6a

Browse files
committed
debug ios cicd
1 parent d812958 commit 7ae4b6a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ios-testflight.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
p12-password: ${{ secrets.IOS_DIST_P12_PASSWORD }}
5858
mobileprovision-file-base64: ${{ secrets.IOS_MOBILEPROVISION_BASE64 }}
5959

60+
- name: Authenticate with App Store Connect (API key)
61+
uses: apple-actions/authenticate-app-store-connect@v2
62+
with:
63+
api-key-id: ${{ vars.APPSTORE_API_KEY_ID }}
64+
api-issuer-id: ${{ vars.APPSTORE_ISSUER_ID }}
65+
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
66+
6067
- name: Bump build number
6168
working-directory: ios
6269
run: xcrun agvtool new-version -all $GITHUB_RUN_NUMBER

0 commit comments

Comments
 (0)