Skip to content

Commit

Permalink
undo test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Aug 22, 2024
1 parent 94137eb commit 96a4bdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/db-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ jobs:
with:
export-env: true # Export loaded secrets as environment variables
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
# This alternate service account token gives access to a vault writable by some third
# party people who can update the list of feeds requiring authorization and their tokens
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_FEEDS_SERVICE_ACCOUNT_TOKEN }}
JSON_FEEDS_WITH_TOKENS: "op://lijd6lj7lyw7dajea6x3zgf53m/l6sr2cnpjj3cbw3t5amlu7vui4/credential"

- name: Create or Update Auth Secret
Expand Down

0 comments on commit 96a4bdc

Please sign in to comment.