We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a0b5b commit 5bb0415Copy full SHA for 5bb0415
.github/workflows/release-dapp-android-production.yaml
@@ -17,5 +17,5 @@ jobs:
17
secrets-file: ${{ secrets.ANDROID_SECRETS_FILE }}
18
firebase-app-id: ${{ secrets.APPKIT_ANDROID_PROD_FIREBASE_APP_ID }}
19
gsa-key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
20
- keystore-name: ${{ secrets.WC_PROD_KEYSTORE_NAME }}
+ keystore-name: ${{ vars.WC_PROD_KEYSTORE_NAME }}
21
keystore: ${{ secrets.WC_PROD_KEYSTORE }}
0 commit comments