Skip to content

Commit 74d11d6

Browse files
committed
different delimiters (dummy arn in act didnt include forward slash)
1 parent 82da619 commit 74d11d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
4444
# TODO: this should likely include a HOT role as well
4545
# TODO: determine if GH envs preferred, set TF_VAR_
46-
- run: sed -i "s/DEPLOY_ROLE/${{ secrets.AWS_OIDC_ROLE }}/" ${{ env.VAR_FILE }}
46+
- run: sed -i "s|DEPLOY_ROLE|${{ secrets.AWS_OIDC_ROLE }}|" ${{ env.VAR_FILE }}
4747
- name: TF Format
4848
id: fmt
4949
run: tofu fmt -no-color

0 commit comments

Comments
 (0)