Skip to content

Commit

Permalink
Fix github actions typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Oct 16, 2023
1 parent 438c1d5 commit 439155c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
echo "${{ secrets.DEMO_KEYSTORE_BASE64_ENCODED }}" > ~/demo_keystore.keystore.b64
base64 -d ~/demo_keystore.keystore.b64 > "${DEMO_KEYSTORE_FILE}"
- name: Decode Demo GCP Service Account Credentials
run: |
echo "${{ secrets.DEMO_GCP_SERVICE_ACCOUNT_CREDENTIALS_BASE64_ENCODED }}" > ~/gcp_service_account_credentials.json.b64
base64 -d ~/gcp_service_account_credentials.json.b64 > "${DEMO_GCP_SERVICE_ACCOUNT_CREDENTIALS_FILE}"
- name: Publish Release Bundle
Expand Down

0 comments on commit 439155c

Please sign in to comment.