diff --git a/.github/workflows/ast-cli-team-review.yml b/.github/workflows/ast-cli-team-review.yml index b597e154..07dbe623 100644 --- a/.github/workflows/ast-cli-team-review.yml +++ b/.github/workflows/ast-cli-team-review.yml @@ -1,4 +1,4 @@ -name: AST-CLI-Team-Review +name: add-assignee-and-reviewers on: pull_request_target: types: [ready_for_review, opened, reopened] @@ -16,7 +16,7 @@ jobs: - name: Request reviewers env: GH_REPO: ${{ github.repository }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.AST_CLI_GH_TOKEN }} PRNUM: ${{ github.event.pull_request.number }} PRAUTHOR: ${{ github.event.pull_request.user.login }} - run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-sypher-team \ No newline at end of file + run: gh pr edit $PRNUM --add-reviewer CheckmarxDev/ast-sypher-team \ No newline at end of file