diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 5524384a..f8d8d895 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -23,6 +23,8 @@ jobs: run: | echo "Closing this PR because commit message is 'Update main.go'" gh pr close ${{ github.event.pull_request.number }} --delete-branch + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} golangci: name: lint