Skip to content

Commit cd7e891

Browse files
committed
Provide github token to prevent rate limiting
1 parent 833f200 commit cd7e891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ defaults:
2020

2121
env:
2222
NIGHTLY_DDEV_PR_URL: "https://nightly.link/drud/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
23+
# Allow ddev get to use a github token to prevent rate limiting by tests
24+
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2325

2426
jobs:
2527
tests:

0 commit comments

Comments
 (0)