Skip to content

Commit 176d7a4

Browse files
authored
Update e2e-tests-with-operator.yml (#883)
Point to clusters in our own account. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 9679b70 commit 176d7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests-with-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Configure AWS Credentials
146146
uses: aws-actions/configure-aws-credentials@v4
147147
with:
148-
role-to-assume: ${{ secrets.JAVA_INSTRUMENTATION_INTEG_TEST_ARN}}
148+
role-to-assume: ${{ secrets.TEMP_JAVA_INSTRUMENTATION_INTEG_TEST_ARN}}
149149
aws-region: us-west-2
150150
# 4 hours
151151
role-duration-seconds: 14400

0 commit comments

Comments
 (0)