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 cd31fa1 commit 51243cdCopy full SHA for 51243cd
.github/workflows/main.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
bundle exec fastlane upload_oneoff
49
env:
50
- APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
+ CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }}
51
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
52
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}
53
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
Fastlane/Fastfile
@@ -230,7 +230,7 @@ platform :ios do
230
issuer_id = "814e488e-06ba-40ba-a16c-a63e7164023f"
231
232
if ENV['CI']
233
- key_content = ENV['APP_STORE_CONNECT_API_KEY']
+ key_content = ENV['CONNECT_API_KEY']
234
app_store_connect_api_key(
235
key_id: key_id,
236
issuer_id: issuer_id,
0 commit comments