Skip to content

Commit

Permalink
ci(*): Avoid GitHub rate api limit error
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jul 18, 2024
1 parent e96fb10 commit 8984128
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
permissions:
contents: read

env:
# Allow ddev get to use a GitHub token to prevent rate limiting by tests
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
test-suite:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unit-and-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
permissions:
contents: read

env:
# Allow ddev get to use a GitHub token to prevent rate limiting by tests
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
test-suite:
strategy:
Expand Down

0 comments on commit 8984128

Please sign in to comment.