Skip to content

Commit

Permalink
Merge pull request #227 from PrintingAlley/yongbeomkwak-patch-1
Browse files Browse the repository at this point in the history
Update upload_testflight.yml
  • Loading branch information
yongbeomkwak authored Nov 29, 2023
2 parents 450b02e + 1917b5e commit 9745652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs: # 워크플로우에서 어떤 작업들을 수행할지는 jobs 키를
- name: Setting Master Key # tuist singing에서 사용한 master.key 생성하는 job
run: | # 실행 명령 여러 명렁어 한번 그룹으로 실행하기 위한 파이프 구문
echo ✅ Run Setting Master Key.
ehco ✅ $MASTER_KEY
echo "$MASTER_KEY" > Tuist/master.key
env: #Repository secrets에 저장했던 변수들을 불러옴
MASTER_KEY: ${{secrets.MASTER_KEY}} # 불러온 값을 MASTER_KEY라는 변수에 담아 $MASTER_KEY로 바로 쓸 수 있음

0 comments on commit 9745652

Please sign in to comment.