Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lazutkin-andrey authored Feb 9, 2024
1 parent af7a4f6 commit 6cf1ea5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
changelog: "${{needs.prepare.outputs.changelog}}"
filename: "Tangem-${{needs.prepare.outputs.stage}}-${{needs.prepare.outputs.version}}(${{needs.prepare.outputs.build_number}}).ipa"
secrets:
FIREBASE_APP_ID: ${{ secrets.FIREBASE_IOS_ALPHA_ID}}
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN}}
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID}}
ASC_PRIVATE_KEY: ${{ secrets.ASC_PRIVATE_KEY}}
ASC_ISSUER_ID: ${{ secrets.ASC_ISSUER_ID}}
GH_MOBILE_PAT: ${{ secrets.GH_MOBILE_PAT}}

notification:
name: Deploy Notification
Expand Down

0 comments on commit 6cf1ea5

Please sign in to comment.