Update ci-check-repo.yaml

This commit is contained in:
Dustin Brown
2023-04-20 14:25:00 -07:00
committed by GitHub
parent 6450f51bd7
commit f38ac869e6

View File

@@ -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