Skip to content

Commit

Permalink
Fix(deploy.yml): fix PAT path on deploy-ios job
Browse files Browse the repository at this point in the history
  • Loading branch information
sangohkim authored Aug 31, 2024
1 parent ed66ae6 commit 0747f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
echo 'FASTLANE_USER=${{ secrets.IOS_FASTLANE_USER }}' > ios/fastlane/.env.default
echo 'FASTLANE_PASSWORD=${{ secrets.IOS_FASTLANE_PASSWORD }}' >> ios/fastlane/.env.default
echo 'FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=${{ secrets.IOS_FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}' >> ios/fastlane/.env.default
echo 'GITHUB_API_TOKEN=${{ secrets.CD_GITHUB_API_TOKEN_FOR_RELEASE_NOTES }}' >> ios/.env.default
echo 'GITHUB_API_TOKEN=${{ secrets.CD_GITHUB_API_TOKEN_FOR_RELEASE_NOTES }}' >> ios/fastlane/.env.default
# Setup .env files for flutter project
- name: Setup .env files
Expand Down

0 comments on commit 0747f84

Please sign in to comment.