Skip to content

Commit

Permalink
fix: remove refs to deleted records from staging and production workf…
Browse files Browse the repository at this point in the history
…lows
  • Loading branch information
nutrina committed Nov 12, 2024
1 parent 4cb85bb commit 1cc4266
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -57,7 +57,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CERAMIC_PRIVATE_KEY: op://DevOps/passport-review-secrets/ci/CERAMIC_PRIVATE_KEY
CERAMIC_PRIVATE_KEY: op://DevOps/passport-xyz-production-secrets/ci/CERAMIC_PRIVATE_KEY
- name: Deploy Ceramic Models
working-directory: ./schemas
run: yarn models:deploy-composite
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 @@ -57,7 +57,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CERAMIC_PRIVATE_KEY: op://DevOps/passport-review-secrets/ci/CERAMIC_PRIVATE_KEY
CERAMIC_PRIVATE_KEY: op://DevOps/passport-xyz-staging-secrets/ci/CERAMIC_PRIVATE_KEY
- name: Deploy Ceramic Models
working-directory: ./schemas
run: yarn models:deploy-composite
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 @@ -56,7 +56,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CERAMIC_PRIVATE_KEY: op://DevOps/passport-review-secrets/ci/CERAMIC_PRIVATE_KEY
CERAMIC_PRIVATE_KEY: op://DevOps/passport-xyz-production-secrets/ci/CERAMIC_PRIVATE_KEY
- name: Deploy Ceramic Models
working-directory: ./schemas
run: yarn models:deploy-composite
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 @@ -56,7 +56,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CERAMIC_PRIVATE_KEY: op://DevOps/passport-review-secrets/ci/CERAMIC_PRIVATE_KEY
CERAMIC_PRIVATE_KEY: op://DevOps/passport-xyz-staging-secrets/ci/CERAMIC_PRIVATE_KEY
- name: Deploy Ceramic Models
working-directory: ./schemas
run: yarn models:deploy-composite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ui_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CERAMIC_PRIVATE_KEY: op://DevOps/passport-review-secrets/ci/CERAMIC_PRIVATE_KEY
CERAMIC_PRIVATE_KEY: op://DevOps/passport-xyz-production-secrets/ci/CERAMIC_PRIVATE_KEY
- name: Deploy Ceramic Models
working-directory: ./schemas
run: yarn models:deploy-composite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ui_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CERAMIC_PRIVATE_KEY: op://DevOps/passport-review-secrets/ci/CERAMIC_PRIVATE_KEY
CERAMIC_PRIVATE_KEY: op://DevOps/passport-xyz-staging-secrets/ci/CERAMIC_PRIVATE_KEY
- name: Deploy Ceramic Models
working-directory: ./schemas
run: yarn models:deploy-composite
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 @@ -57,7 +57,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CERAMIC_PRIVATE_KEY: op://DevOps/passport-review-secrets/ci/CERAMIC_PRIVATE_KEY
CERAMIC_PRIVATE_KEY: op://DevOps/passport-xyz-production-secrets/ci/CERAMIC_PRIVATE_KEY
- name: Deploy Ceramic Models
working-directory: ./schemas
run: yarn models:deploy-composite
Expand Down

0 comments on commit 1cc4266

Please sign in to comment.