This commit is contained in:
Cihan Demirci
2024-08-08 10:21:02 +03:00
parent 33b018e5b2
commit 7502d6352b

View File

@@ -92,7 +92,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-2
role-to-assume: ${{ secret.DEV_AWS_OIDC_ROLE_ARN }}
role-to-assume: ${{ secrets.DEV_AWS_OIDC_ROLE_ARN }}
- run: aws sts get-caller-identity
- name: Download Neon artifact
uses: ./.github/actions/download