diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index fa95cb31..bc33f0f9 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -15,8 +15,6 @@ jobs: - name: Close PR if commit message is "Update main.go" if: github.event.pull_request.title == 'Update main.go' uses: superbrothers/close-pull-request@v3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} golangci: name: lint