Skip to content

Commit f77c5a7

Browse files
ci(test-server): use the public KMS role ARN instead of a secret
1 parent b8a87df commit f77c5a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Configure AWS credentials (branch-key-store account)
7575
uses: aws-actions/configure-aws-credentials@v4
7676
with:
77-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
77+
role-to-assume: ${{ vars.ESDK_TEST_SERVER_KMS_ROLE_ARN || 'arn:aws:iam::370957321024:role/esdk-test-server-ci-kms-role' }}
7878
aws-region: us-west-2
7979

8080
# The private commons clone (git@ URL from commons-configuration.json)

0 commit comments

Comments
 (0)