From 4ca32ee0d4cadd95cb5dbca607d5f90e047e6835 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 17 Dec 2022 10:12:44 +0100 Subject: GitHub: update access token Required to solve Use of team reviewers results in: "Could not resolve to a node with the global id of..." error as mentioned by: https://github.com/shufo/auto-assign-reviewer-by-files --- .github/workflows/auto-author-assign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index a769145f8..89b724ed8 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -14,7 +14,7 @@ jobs: - name: "Assign Author to PR" uses: toshimaru/auto-author-assign@v1.3.5 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.VYOS_GITHUB_PR_ACTION_TOKEN }} # https://github.com/shufo/auto-assign-reviewer-by-files assign_reviewer: @@ -23,5 +23,5 @@ jobs: - name: Request review based on files changes and/or groups the author belongs to uses: shufo/auto-assign-reviewer-by-files@v1.1.4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.VYOS_GITHUB_PR_ACTION_TOKEN }} config: .github/reviewers.yml -- cgit v1.2.3