Skip to content

Commit 476dd59

Browse files
committed
qa: use GITHUB_TOKEN secret as COMPOSER_TOKEN env
To fix rate limit issues Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
1 parent a88d358 commit 476dd59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
uses: laminas/laminas-continuous-integration-action@v1
3232
with:
3333
job: ${{ matrix.job }}
34+
env:
35+
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)