Skip to content

Commit 6a7e9d2

Browse files
fix: change ARN for ci-preview tests job only
1 parent 8e63eac commit 6a7e9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ jobs:
850850
- name: Acquire AWS credentials
851851
uses: aws-actions/configure-aws-credentials@v4
852852
with:
853-
role-to-assume: ${{ secrets.AWS_ROLE_ARN_SECRET }}
853+
role-to-assume: ${{ secrets.AWS_ROLE_ARN_ }}
854854
aws-region: ${{ env.AWS_REGION }}
855855
- name: Checkout
856856
uses: actions/checkout@v4

0 commit comments

Comments
 (0)