Skip to content

Commit 880c8a2

Browse files
committed
update ios deploy pipeline
1 parent d59ab26 commit 880c8a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ios-action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,15 @@ jobs:
113113
# path: ${{ runner.temp }}/export/*.ipa
114114
# retention-days: 3
115115

116+
# - name: Save App Store Connect API key (.p8)
117+
# env:
118+
# API_KEY_B64: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} # base64 of AuthKey_XXXXXX.p8
119+
# run: |
120+
# set -euo pipefail
121+
# mkdir -p ~/private_keys
122+
# echo -n "$API_KEY_B64" | base64 --decode \
123+
# > ~/private_keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8
124+
116125
# - name: Upload to TestFlight
117126
# env:
118127
# API_KEY_ID: ${{ secrets.APPSTORE_API_KEY_ID }}

0 commit comments

Comments
 (0)