From 14ffcba9cf35dc3d95d94277bd7f1f03e7e6dffc Mon Sep 17 00:00:00 2001 From: lim <92169354+grapefruit13@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:50:04 +0900 Subject: [PATCH] Update autoAssignReviewers.yml --- .github/workflows/autoAssignReviewers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoAssignReviewers.yml b/.github/workflows/autoAssignReviewers.yml index f09c0db5..7d430d38 100644 --- a/.github/workflows/autoAssignReviewers.yml +++ b/.github/workflows/autoAssignReviewers.yml @@ -12,4 +12,4 @@ jobs: with: assignees: ${{ github.actor }} # assign pull request author reviewers: ${{ vars.REVIEWERS }} # if draft, assigned when draft is released - repo-token: ${{ secrets.WORK_FLOW }} + github-token: ${{ secrets.WORK_FLOW }}