From 1456bed6684ae73ea7da5e29a7fc922d3b878974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:41:06 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 62dde7cd..ce4851bb 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -15,6 +15,8 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout PR run: gh pr checkout ${{ github.event.pull_request.number }} + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Close PR if commit message is "Update main.go" if: github.event.pull_request.title == 'Update main.go'