Skip to content

Commit

Permalink
Adjust vault structure for simpler naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdavies committed Aug 24, 2024
1 parent 4fdbcfc commit eaf4502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
export-env: false
env:
GOOGLE_SERVICES: op://development/google services (playground release)/base64
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
export-env: false
env:
GOOGLE_SERVICES: op://development/google services (playground release)/base64
GOOGLE_SERVICES: op://development/google services/playground release/base64
HELLO_WORLD: op://development/hello/world

- env:
Expand Down

0 comments on commit eaf4502

Please sign in to comment.