Merge pull request #7913 from kevpar/rate-limit

CI: Pass GITHUB_TOKEN to containerd/project-checks
This commit is contained in:
Derek McGowan 2023-01-03 16:39:59 -08:00 committed by GitHub
commit 8b15917123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,9 +69,10 @@ jobs:
path: src/github.com/containerd/containerd path: src/github.com/containerd/containerd
fetch-depth: 100 fetch-depth: 100
- uses: containerd/project-checks@v1 - uses: containerd/project-checks@v1.1.0
with: with:
working-directory: src/github.com/containerd/containerd working-directory: src/github.com/containerd/containerd
repo-access-token: ${{ secrets.GITHUB_TOKEN }}
- name: verify go modules and vendor directory - name: verify go modules and vendor directory
run: | run: |