We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82da619 commit 74d11d6Copy full SHA for 74d11d6
1 file changed
.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
44
# TODO: this should likely include a HOT role as well
45
# TODO: determine if GH envs preferred, set TF_VAR_
46
- - run: sed -i "s/DEPLOY_ROLE/${{ secrets.AWS_OIDC_ROLE }}/" ${{ env.VAR_FILE }}
+ - run: sed -i "s|DEPLOY_ROLE|${{ secrets.AWS_OIDC_ROLE }}|" ${{ env.VAR_FILE }}
47
- name: TF Format
48
id: fmt
49
run: tofu fmt -no-color
0 commit comments