From 5d068442cf7b1863724c83168176ce2940a023fe Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 9 Jun 2021 19:21:02 +0200 Subject: GitHub: fix workflow token warning --- .github/workflows/auto-author-assign.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 947593fc1..81134206b 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -7,14 +7,16 @@ permissions: pull-requests: write jobs: + # https://github.com/marketplace/actions/auto-author-assign assign-author: runs-on: ubuntu-latest steps: - name: "Assign Author to PR" uses: toshimaru/auto-author-assign@v1.3.5 with: - token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} + # https://github.com/shufo/auto-assign-reviewer-by-files assign_reviewer: runs-on: ubuntu-latest steps: -- cgit v1.2.3