Skip to content

Commit

Permalink
Use step outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies committed Aug 26, 2024
1 parent e181bfe commit 5485273
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
with:
export-env: false
env:
GOOGLE_SERVICES: "op://development/google services/playground release/base64"
KEYSTORE_BASE64: "op://development/playground keystore/keystore base64"
KEYSTORE_PASSWORD: "op://development/playground keystore/keystore password"
KEY_ALIAS: "op://development/playground keystore/key alias"
KEY_PASSWORD: "op://development/playground keystore/key password"
GOOGLE_SERVICES: op://development/google services/playground release/base64
KEYSTORE_BASE64: op://development/playground keystore/keystore base64
KEYSTORE_PASSWORD: op://development/playground keystore/keystore password
KEY_ALIAS: op://development/playground keystore/key alias
KEY_PASSWORD: op://development/playground keystore/key password

- env:
GOOGLE_SERVICES: ${{ steps.op-secrets.GOOGLE_SERVICES }}
KEYSTORE_BASE64: ${{ steps.op-secrets.KEYSTORE_BASE64 }}
GOOGLE_SERVICES: ${{ steps.op-secrets.outputs.GOOGLE_SERVICES }}
KEYSTORE_BASE64: ${{ steps.op-secrets.outputs.KEYSTORE_BASE64 }}
run: |
echo $GOOGLE_SERVICES | base64 --decode > app-launcher/android/google-services.json
echo $GOOGLE_SERVICES | base64 --decode > conferences-app/google-services.json
Expand Down

0 comments on commit 5485273

Please sign in to comment.