We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887302f commit 38304aeCopy full SHA for 38304ae
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
30
- name: Install dependencies
31
uses: nick-invision/retry@v2
32
+ env:
33
+ COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.COMPOSER_GITHUB_TOKEN }}"}}'
34
with:
35
timeout_minutes: 5
36
max_attempts: 5
0 commit comments