summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-12-17 10:12:44 +0100
committerGitHub <noreply@github.com>2022-12-17 10:12:44 +0100
commit4ca32ee0d4cadd95cb5dbca607d5f90e047e6835 (patch)
tree48df98a303bc280eaaea97480e621ea614b4f69c /.github
parent8baca28bbc27958a2698e05d4c5c6eeb3921ed32 (diff)
downloadvyos-1x-4ca32ee0d4cadd95cb5dbca607d5f90e047e6835.tar.gz
vyos-1x-4ca32ee0d4cadd95cb5dbca607d5f90e047e6835.zip
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-author-assign.yml4
1 files changed, 2 insertions, 2 deletions
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