Skip to content

Commit 407caeb

Browse files
committed
add environment variable
1 parent 1a5905e commit 407caeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ jobs:
135135
- name: "Run lychee..."
136136
run: |
137137
./lychee .
138+
env:
139+
# Required, set by GitHub actions automatically:
140+
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
141+
# to overcome rate limiting
142+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138143

139144
pydocstyle:
140145
runs-on: "ubuntu-20.04"

0 commit comments

Comments
 (0)