Skip to content

Commit ba602eb

Browse files
authored
Update codeguru-reviewer.yml
1 parent dd72f66 commit ba602eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeguru-reviewer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
CodeGuruReviewerScan:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- run: echo ${{ secrets.GITHUB_TOKEN }}
14+
- run: echo "$GITHUB_CONTEXT"
15+
- run: env
1516
- name: Assume IAM Role
1617
continue-on-error: true
1718
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)