We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7933c2 commit 2e34571Copy full SHA for 2e34571
.github/workflows/pr_build.yml
@@ -79,12 +79,6 @@ jobs:
79
if: ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
80
working-directory: examples/powertools-examples-core/kotlin
81
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 }}
88
- name: Upload coverage to Codecov
89
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
90
if: ${{ matrix.java == '11' }} # publish results once
0 commit comments