Skip to content

Commit

Permalink
fix: remove refs to deleted some more records from staging and produc…
Browse files Browse the repository at this point in the history
…tion workflows
  • Loading branch information
nutrina committed Nov 12, 2024
1 parent 1cc4266 commit 43fed24
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ALCHEMY_API_KEY: op://DevOps/passport-review-secrets/ci/ALCHEMY_API_KEY
ALCHEMY_API_KEY: op://DevOps/passport-xyz-production-secrets/ci/ALCHEMY_API_KEY
- name: Check provider bitmaps
uses: ./.github/actions/check-provider-bitmaps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ALCHEMY_API_KEY: op://DevOps/passport-review-secrets/ci/ALCHEMY_API_KEY
ALCHEMY_API_KEY: op://DevOps/passport-xyz-staging-secrets/ci/ALCHEMY_API_KEY
- name: Check provider bitmaps
uses: ./.github/actions/check-provider-bitmaps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ALCHEMY_API_KEY: op://DevOps/passport-review-secrets/ci/ALCHEMY_API_KEY
ALCHEMY_API_KEY: op://DevOps/passport-xyz-production-secrets/ci/ALCHEMY_API_KEY
- name: Check provider bitmaps
uses: ./.github/actions/check-provider-bitmaps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ALCHEMY_API_KEY: op://DevOps/passport-review-secrets/ci/ALCHEMY_API_KEY
ALCHEMY_API_KEY: op://DevOps/passport-xyz-staging-secrets/ci/ALCHEMY_API_KEY
- name: Check provider bitmaps
uses: ./.github/actions/check-provider-bitmaps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_and_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
ALCHEMY_API_KEY: op://DevOps/passport-review-secrets/ci/ALCHEMY_API_KEY
ALCHEMY_API_KEY: op://DevOps/passport-xyz-production-secrets/ci/ALCHEMY_API_KEY
- name: Check provider bitmaps
uses: ./.github/actions/check-provider-bitmaps
with:
Expand Down

0 comments on commit 43fed24

Please sign in to comment.