Merge pull request #7913 from kevpar/rate-limit
CI: Pass GITHUB_TOKEN to containerd/project-checks
This commit is contained in:
commit
8b15917123
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user