Skip to content

Commit

Permalink
[fix] #26 환경변수 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Jul 23, 2024
1 parent 02e4c23 commit 099db39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo '{
"key_id": "${{ secrets.APP_STORE_CONNECT_KEY_ID }}",
"issuer_id": "${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}",
"key": "${{ secrets.APP_STORE_CONNECT_API_KEY }}",
"key": "${{ secrets.APP_STORE_CONNECT_API }}",
"duration": 1200,
"in_house": false
}' > fastlane/key.json
Expand All @@ -53,10 +53,8 @@ jobs:
- name: Release TestFlight
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
MATCH_URL: ${{ secrets.MATCH_URL }}
GITHUB_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
APP_STORE_CONNECT_TEAM_ID: ${{ secrets.APP_STORE_CONNECT_TEAM_ID }}
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }}
run: fastlane testflight

0 comments on commit 099db39

Please sign in to comment.