We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176d7a4 commit b366543Copy full SHA for b366543
.github/workflows/e2e-tests-with-operator.yml
@@ -145,7 +145,7 @@ jobs:
145
- name: Configure AWS Credentials
146
uses: aws-actions/configure-aws-credentials@v4
147
with:
148
- role-to-assume: ${{ secrets.TEMP_JAVA_INSTRUMENTATION_INTEG_TEST_ARN}}
+ role-to-assume: ${{ secrets.JAVA_INSTRUMENTATION_INTEG_TEST_ARN}}
149
aws-region: us-west-2
150
# 4 hours
151
role-duration-seconds: 14400
0 commit comments