diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-17 10:36:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 10:36:50 +0100 |
commit | c8d0b28fba898a383896497904b28e2ce70aa1cd (patch) | |
tree | 97f2f0fa3db13017fc2344aae4e700e0fb18cd81 /.github | |
parent | 4ca32ee0d4cadd95cb5dbca607d5f90e047e6835 (diff) | |
download | vyos-1x-c8d0b28fba898a383896497904b28e2ce70aa1cd.tar.gz vyos-1x-c8d0b28fba898a383896497904b28e2ce70aa1cd.zip |
GitHub: use private access token for review assignment
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |