From c8d0b28fba898a383896497904b28e2ce70aa1cd Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 17 Dec 2022 10:36:50 +0100 Subject: GitHub: use private access token for review assignment --- .github/workflows/auto-author-assign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 89b724ed8..13bfd9bb1 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.VYOS_GITHUB_PR_ACTION_TOKEN }} + repo-token: ${{ secrets.GITHUB_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.VYOS_GITHUB_PR_ACTION_TOKEN }} + token: ${{ secrets.PR_ACTION_ASSIGN_REVIEWERS }} config: .github/reviewers.yml -- cgit v1.2.3