From 1dcc5bd2faf48a65fe44b092f03817640c3bc914 Mon Sep 17 00:00:00 2001 From: Mohan Ram Sridhar <142170808+MohanRamSridhar@users.noreply.github.com> Date: Thu, 30 May 2024 10:02:23 +0530 Subject: [PATCH] Update issue-comment.yml --- .github/workflows/issue-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-comment.yml b/.github/workflows/issue-comment.yml index beac3c8..88a4f8e 100644 --- a/.github/workflows/issue-comment.yml +++ b/.github/workflows/issue-comment.yml @@ -12,7 +12,7 @@ jobs: - name: Issue Opened uses: actions/github-script@v4 with: - github-token: ${{ secrets.PAT }} + github-token: ${{ secrets.GITHUB_TOKEN }} script: | const { owner, repo, number } = context.issue; const commentauthor = context.payload.issue.user.login;