Skip to content

Commit 146ae2a

Browse files
authored
Use a PAT with no permissions to allow composer to download dependencies (#67)
1 parent 3a10154 commit 146ae2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
uses: nick-invision/retry@v1
3131
env:
32-
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.GITHUB_TOKEN }}"}}'
32+
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.COMPOSER_GITHUB_TOKEN }}"}}'
3333
with:
3434
timeout_minutes: 5
3535
max_attempts: 5

0 commit comments

Comments
 (0)