Skip to content

Commit aa7d941

Browse files
author
elchananarb
committed
replace GH_TOKEN with GITHUB_TOKEN in pr-automation.yml
1 parent d7e7bfa commit aa7d941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Request reviewers
1717
env:
1818
GH_REPO: ${{ github.repository }}
19-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2020
PRNUM: ${{ github.event.pull_request.number }}
2121
PRAUTHOR: ${{ github.event.pull_request.user.login }}
2222
run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-phoenix-team

0 commit comments

Comments
 (0)