diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 90d40d37d5..6c6c60c689 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -24,9 +24,6 @@ jobs: with: go-version: ^1.19 - uses: actions/checkout@v3 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }} - ref: ${{ github.head_ref }} - name: Install goimports run: | go mod download golang.org/x/tools