Skip to content

Commit 38304ae

Browse files
authored
Use a PAT with no permissions to allow composer to download dependencies
1 parent 887302f commit 38304ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Install dependencies
3131
uses: nick-invision/retry@v2
32+
env:
33+
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.COMPOSER_GITHUB_TOKEN }}"}}'
3234
with:
3335
timeout_minutes: 5
3436
max_attempts: 5

0 commit comments

Comments
 (0)