Skip to content

Commit

Permalink
fix: add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenhx authored Sep 11, 2024
1 parent 824a1e6 commit c3f5cad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ jobs:
with:
# always use --export-options-plist=ios/GithubActionsExportOptions.plist
build-cmd: flutter build ios --simulator
certificate-base64: ${{ secrets.IOS_BUILD_CERTIFICATE_BASE64 }}
certificate-password: ${{ secrets.IOS_BUILD_CERTIFICATE_PASSWORD }}
provisioning-profile-base64: ${{ secrets.IOS_MOBILE_PROVISIONING_PROFILE_BASE64 }}
keychain-password: ${{ secrets.IOS_GITHUB_KEYCHAIN_PASSWORD }}
- name: Upload IPA to Waldo
uses: waldoapp/gh-action-upload@v2
with:
Expand Down

0 comments on commit c3f5cad

Please sign in to comment.