Skip to content

Commit

Permalink
Try to use the GitHub token for fork auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Feb 6, 2024
1 parent e434057 commit 96d69fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: "42 7 * * 1"

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

jobs:
Tests:
Expand Down

0 comments on commit 96d69fc

Please sign in to comment.