We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d812958 commit 7ae4b6aCopy full SHA for 7ae4b6a
.github/workflows/ios-testflight.yml
@@ -57,6 +57,13 @@ jobs:
57
p12-password: ${{ secrets.IOS_DIST_P12_PASSWORD }}
58
mobileprovision-file-base64: ${{ secrets.IOS_MOBILEPROVISION_BASE64 }}
59
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
+
67
- name: Bump build number
68
working-directory: ios
69
run: xcrun agvtool new-version -all $GITHUB_RUN_NUMBER
0 commit comments