Skip to content

Commit

Permalink
ci: fix keystore used for internal (WPB-8730)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Jul 1, 2024
1 parent 68a9a2f commit 94e8c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rc-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: gradle
- name: Decode Keystore
env:
ENCODED_STRING: ${{ secrets.ENCODED_KEYSTORE_PRE_RELEASE }}
ENCODED_STRING: ${{ secrets.ENCODED_KEYSTORE_INTERNAL_RELEASE }}
run: |
TMP_KEYSTORE_FILE_PATH="${RUNNER_TEMP}"/keystore
mkdir "${TMP_KEYSTORE_FILE_PATH}"
Expand Down

0 comments on commit 94e8c19

Please sign in to comment.