Skip to content

Commit 2e34571

Browse files
committed
chore: remove unecessary creds acquisition
1 parent e7933c2 commit 2e34571

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/pr_build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ jobs:
7979
if: ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
8080
working-directory: examples/powertools-examples-core/kotlin
8181
run: ./gradlew build
82-
- name: Setup AWS credentials
83-
if: ${{ matrix.java == '11' }}
84-
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0
85-
with:
86-
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
87-
aws-region: ${{ env.AWS_REGION }}
8882
- name: Upload coverage to Codecov
8983
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
9084
if: ${{ matrix.java == '11' }} # publish results once

0 commit comments

Comments
 (0)