From 59db3aa7475b728d6f113214d96e1d79b0883858 Mon Sep 17 00:00:00 2001 From: Zack_Aayush <60972989+AayushSaini101@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:54:03 +0530 Subject: [PATCH] ci: add bot github token to workflow for voting verification (#1157) --- .github/workflows/vote-verifcation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vote-verifcation.yml b/.github/workflows/vote-verifcation.yml index d374b3a2d..780532d05 100644 --- a/.github/workflows/vote-verifcation.yml +++ b/.github/workflows/vote-verifcation.yml @@ -20,6 +20,7 @@ jobs: if: contains(github.event.comment.body, '/vote') || contains(github.event.comment.body, '/cancel-vote') uses: actions/github-script@v6 with: + github-token: ${{ secrets.GH_TOKEN_BOT_EVE }} script : | const isTSCMember = ${{ steps.verify_member.outputs.isTSCMember}} if(!isTSCMember) {