workflow connect api key dubugging

This commit is contained in:
Violet Caulfield
2025-02-04 09:11:28 -06:00
parent 1c2582ba99
commit 9e16cbf6db

View File

@@ -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