Skip to content

Commit

Permalink
Improve Custom Command Context (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Jul 31, 2023
1 parent 234bc07 commit 8ebe4f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ jobs:
- name: Run custom command
if: ${{ inputs.customcommand != '' }}
run: ${{ inputs.customcommand }}
env:
APP_STORE_CONNECT_API_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ID }}
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
APP_STORE_CONNECT_API_KEY_BASE64: ${{ secrets.APP_STORE_CONNECT_API_KEY_BASE64 }}
APPLE_ID: ${{ secrets.APPLE_ID }}
- name: Resolve dependencies (xcodebuild)
if: ${{ inputs.scheme != '' }}
run: |
Expand Down

0 comments on commit 8ebe4f6

Please sign in to comment.