Skip to content

Commit

Permalink
fix: workflow 누락된 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 16, 2024
1 parent e675ac2 commit da2e669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_on_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Run Fastlane
run: fastlane beta
env:
GIT_URL: ${{ secrets.GIT_URL }}
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
Expand Down

0 comments on commit da2e669

Please sign in to comment.