Skip to content

Commit 669ae89

Browse files
committed
Fix composer Auth issue
see composer/composer#9084
1 parent fc5d39b commit 669ae89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
4444
- name: Install composer dependencies
4545
run: "composer install --no-interaction --no-progress --no-scripts"
46+
env:
47+
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4648

4749
# the way cache keys are set up will always cause a cache miss
4850
# but will restore the cache generated during the previous run based on partial match

0 commit comments

Comments
 (0)