From 47bc77959f36f1aacb77c7c26ecb0e6652b9b89f Mon Sep 17 00:00:00 2001 From: Shivansh Bhatnagar Date: Tue, 4 Jun 2024 14:52:31 +0530 Subject: [PATCH] Minor Modifications --- .github/workflows/assign-on-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-on-comment.yml b/.github/workflows/assign-on-comment.yml index 7adbdf0..cc691c0 100644 --- a/.github/workflows/assign-on-comment.yml +++ b/.github/workflows/assign-on-comment.yml @@ -15,4 +15,4 @@ jobs: with: message: Thanks for taking this issue! Let us know if you have any questions! trigger: /assign - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.ISSUE_TOKEN }} \ No newline at end of file