Skip to content

Commit

Permalink
feat: APP_NAME, WIDGET_NAME ENV 파라메터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Jan 15, 2024
1 parent 65d96af commit af749e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Fastalne setup Keychain
run: fastlane setup_keychain
env:
APP_NAME: ${{secrets.APP_NAME}},
WIDGET_NAME: ${{secrets.WIDGET_NAME}},
KEYCHAIN_NAME: ${{ secrets.KEYCHAIN_NAME }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}

Expand Down

0 comments on commit af749e8

Please sign in to comment.