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

View File

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