Skip to content

Commit

Permalink
fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 29, 2024
1 parent ee24e42 commit 91a9ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
VERSION: ${{ steps.version.outputs.version }}
BUILD_NUMBER: ${{ steps.version.outputs.build-number }}
GOOGLE_SECRETS: ${{ secrets.GOOGLE_PLAY }}
GOOGLE_SECRETS: ${{ secrets.GOOGLE_SECRETS }}
APPLE_SECRETS: ${{ secrets.APPLE }}
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.FASTLANE_GITHUB }}
MATCH_PASSWORD: ${{ secrets.FASTLANE_MATCH_PASSWORD }}
Expand Down

0 comments on commit 91a9ef3

Please sign in to comment.