Skip to content

Commit 1328451

Browse files
Attempt to fix role variable
1 parent 40e5358 commit 1328451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/cdk-deploy/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ runs:
8989
run: uv run cdk deploy --all --require-approval never --outputs-file ${HOME}/cdk-outputs.json
9090
shell: bash
9191
env:
92-
TITILER_CMR_ROLE_ARN: ${{ env.TITILER_CMR_READER_ROLE_ARN }}
92+
TITILER_CMR_ROLE_ARN: ${{ env.TITILER_CMR_ROLE_ARN }}
93+
# TODO: remove this once in use with veda-deploy, which includes a `STAGE` variable in the deployment secrets
9394
TITILER_CMR_STAGE: test
9495
# TODO: are these being used?
9596
TITILER_CMR_ADDITIONAL_ENV: '{"TITILER_CMR_S3_AUTH_STRATEGY":"iam", "TITILER_CMR_API_DEBUG":"TRUE"}'

0 commit comments

Comments
 (0)