We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833f200 commit cd7e891Copy full SHA for cd7e891
.github/workflows/tests.yml
@@ -20,6 +20,8 @@ defaults:
20
21
env:
22
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 }}
25
26
jobs:
27
tests:
0 commit comments