Skip to content

Commit

Permalink
Use op secrets step identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies committed Nov 3, 2024
1 parent 6865c2c commit 67ccabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
with:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- uses: 1password/load-secrets-action@v2
- id: op-secrets
uses: 1password/load-secrets-action@v2
with:
export-env: false
env:
Expand All @@ -51,7 +52,6 @@ jobs:
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
echo $KEYSTORE_BASE64 | base64 --decode > keystore.jks
Expand Down

0 comments on commit 67ccabf

Please sign in to comment.