Skip to content

Commit

Permalink
chore(): pass envs from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Oct 23, 2024
1 parent e1553c1 commit 00e457e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-build-deploy-to-test-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ jobs:
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
GIT_AUTHORIZATION: ${{ secrets.GIT_AUTHORIZATION }}
APPLE_APP_IDENTIFIER: ${{ secrets.APPLE_APP_IDENTIFIER }}
TEAM_NAME: ${{ secrets.TEAM_NAME }}
TEAM_ID: ${{ secrets.TEAM_ID }}
ITC_TEAM_NAME: ${{ secrets.ITC_TEAM_NAME }}
ITC_TEAM_ID: ${{ secrets.ITC_TEAM_ID }}

0 comments on commit 00e457e

Please sign in to comment.