From 30bb7db6c951413ea556029e707a79910365d41c Mon Sep 17 00:00:00 2001 From: kyoh86 Date: Sun, 9 Jul 2023 21:09:38 +0900 Subject: [PATCH] fix auto assign --- .github/workflows/assign.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index 03b187f..1faef4c 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -5,9 +5,10 @@ on: jobs: auto-assign: runs-on: ubuntu-latest + permissions: + issues: write steps: - name: 'Auto-assign issue' uses: pozil/auto-assign-issue@v1 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: kyoh86