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 3a10154 commit 146ae2aCopy full SHA for 146ae2a
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
uses: nick-invision/retry@v1
31
env:
32
- COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.GITHUB_TOKEN }}"}}'
+ COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.COMPOSER_GITHUB_TOKEN }}"}}'
33
with:
34
timeout_minutes: 5
35
max_attempts: 5
0 commit comments