diff options
| author | Christian Poessinger <christian@poessinger.com> | 2022-12-17 11:18:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 11:18:46 +0100 |
| commit | 17ba667401506a4138ea78f6eaf1ec3c97aa9cc4 (patch) | |
| tree | 4e95d720473bcecc756d55df57e6b47d59ea5fad | |
| parent | 1d268c92e7b2573c541d9d2154d04d51bd669505 (diff) | |
| download | vyos-build-17ba667401506a4138ea78f6eaf1ec3c97aa9cc4.tar.gz vyos-build-17ba667401506a4138ea78f6eaf1ec3c97aa9cc4.zip | |
GitHub: use private access token for review assignment
| -rw-r--r-- | .github/workflows/auto-author-assign.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index a769145f..13bfd9bb 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -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.PR_ACTION_ASSIGN_REVIEWERS }} config: .github/reviewers.yml |
