From 91c87efc43f01b5fc539d451c3e119369bda8dd0 Mon Sep 17 00:00:00 2001 From: Krish Gupta Date: Mon, 19 Feb 2024 15:16:36 +0530 Subject: [PATCH] fix: sorry forgot to add env variable --- .github/workflows/merge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 35ac626..1fbc159 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -54,6 +54,8 @@ jobs: - name: Merge PRs uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + env: + GH_TOKEN: ${{ secrets.GH_OWNER_TOKEN }} with: github-token: ${{ secrets.GH_OWNER_TOKEN }} script: |