mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-16 07:28:34 -06:00
workflow connect api key dubugging
This commit is contained in:
4
.github/workflows/build-ios-app.yml
vendored
4
.github/workflows/build-ios-app.yml
vendored
@@ -20,7 +20,9 @@ jobs:
|
||||
- run: npm run init
|
||||
|
||||
- name: Output App Store Connect API Key JSON to Fastlane
|
||||
run: echo `${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }}` > appstore_connect_api_key.json
|
||||
run: cat <<'EOF'
|
||||
echo ${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }} > appstore_connect_api_key.json
|
||||
EOF
|
||||
working-directory: ./ios/fastlane
|
||||
|
||||
- run: cat appstore_connect_api_key.json
|
||||
|
||||
Reference in New Issue
Block a user