We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e7bfa commit aa7d941Copy full SHA for aa7d941
.github/workflows/pr-automation.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Request reviewers
17
env:
18
GH_REPO: ${{ github.repository }}
19
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
20
PRNUM: ${{ github.event.pull_request.number }}
21
PRAUTHOR: ${{ github.event.pull_request.user.login }}
22
run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-phoenix-team
0 commit comments