Skip to content

Commit

Permalink
ci: update ingestion workflows to use new envs (#253)
Browse files Browse the repository at this point in the history
* change environment to prod-ingestion

* change environment to preprod-ingestion
  • Loading branch information
LavMatt authored Aug 29, 2024
1 parent 1c78400 commit d13496b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ingest-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/ingest-cadet-metadata.yml
with:
ECR_REGION: eu-west-1
ENVIRONMENT: preprod
ENVIRONMENT: preprod-ingestion
secrets:
DATAHUB_GMS_TOKEN: ${{ secrets.DATAHUB_GMS_TOKEN }}
CADET_METADATA_ROLE_TO_ASSUME: ${{ secrets.CADET_METADATA_ROLE_TO_ASSUME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: ./.github/workflows/ingest-cadet-metadata.yml
with:
ECR_REGION: eu-west-1
ENVIRONMENT: prod
ENVIRONMENT: prod-ingestion
secrets:
DATAHUB_GMS_TOKEN: ${{ secrets.DATAHUB_GMS_TOKEN }}
CADET_METADATA_ROLE_TO_ASSUME: ${{ secrets.CADET_METADATA_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit d13496b

Please sign in to comment.