Skip to content

Commit

Permalink
Changed the 1 password secret reference path since we moved the the s…
Browse files Browse the repository at this point in the history
…ecret to a different vault
  • Loading branch information
jcpitre committed Aug 22, 2024
1 parent a33ef65 commit 9e0793d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/db-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,14 @@ jobs:
with:
export-env: true # Export loaded secrets as environment variables
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CREDENTIALS: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/2mtq7eqbhxv3o25yerdbz4scse/credential"
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_FEEDS_SERVICE_ACCOUNT_TOKEN }}
JSON_FEEDS_WITH_TOKENS: ""op://lijd6lj7lyw7dajea6x3zgf53m/l6sr2cnpjj3cbw3t5amlu7vui4/credential""

- name: Create or Update Auth Secret
env:
PROJECT_ID: ${{ inputs.PROJECT_ID }}
ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
SECRET_VALUE: ${{ env.CREDENTIALS }}
SECRET_VALUE: ${{ env.JSON_FEEDS_WITH_TOKENS }}
SECRET_NAME: FEEDS_CREDENTIALS
run: |
echo "Processing secret $SECRET_NAME in project $PROJECT_ID..."
Expand Down

0 comments on commit 9e0793d

Please sign in to comment.