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 53c55ac commit 33bd7c4Copy full SHA for 33bd7c4
.github/workflows/main-build.yml
@@ -245,6 +245,11 @@ jobs:
245
with:
246
name: aws-opentelemetry-java-layer.zip
247
path: lambda-layer/build/distributions/aws-opentelemetry-java-layer.zip
248
+ - name: Configure AWS Credentials
249
+ uses: aws-actions/configure-aws-credentials@v4
250
+ with:
251
+ role-to-assume: arn:aws:iam::${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}:role/${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
252
+ aws-region: us-east-1
253
- name: Upload layer zip to S3
254
working-directory: lambda-layer
255
run: |
0 commit comments