There was an error while loading. Please reload this page.
1 parent b8a87df commit f77c5a7Copy full SHA for f77c5a7
1 file changed
.github/workflows/test-server.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Configure AWS credentials (branch-key-store account)
75
uses: aws-actions/configure-aws-credentials@v4
76
with:
77
- role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
+ role-to-assume: ${{ vars.ESDK_TEST_SERVER_KMS_ROLE_ARN || 'arn:aws:iam::370957321024:role/esdk-test-server-ci-kms-role' }}
78
aws-region: us-west-2
79
80
# The private commons clone (git@ URL from commons-configuration.json)
0 commit comments