From f38ac869e66089661a4c98abdcd9eacabc3ead92 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Thu, 20 Apr 2023 14:25:00 -0700 Subject: [PATCH] Update ci-check-repo.yaml --- .github/workflows/ci-check-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-check-repo.yaml b/.github/workflows/ci-check-repo.yaml index 276e10de7a..7f4e7b266e 100644 --- a/.github/workflows/ci-check-repo.yaml +++ b/.github/workflows/ci-check-repo.yaml @@ -116,7 +116,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref || github.ref }} repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} - token: ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Run go mod tidy run: go mod tidy working-directory: ./go