File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ jobs:
79
79
if : ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
80
80
working-directory : examples/powertools-examples-core/kotlin
81
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 }}
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
88
- name : Upload coverage to Codecov
89
89
uses : codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
90
90
if : ${{ matrix.java == '11' }} # publish results once
You can’t perform that action at this time.
0 commit comments