Skip to content

Commit

Permalink
Add auth to Composer to download forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Feb 4, 2024
1 parent 04f187a commit fda815c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -9,6 +9,9 @@ on:
schedule:
- cron: "42 7 * * 1"

env:
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.COMPOSER_AUTH }}"}}'

jobs:
Tests:
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit fda815c

Please sign in to comment.