We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669ae89 commit d0a4d25Copy full SHA for d0a4d25
.github/workflows/static-analysis.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
28
php-version: 8.2
29
coverage: none
30
+ env:
31
+ COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Get Composer cache directory
34
id: composer-cache
@@ -43,8 +45,6 @@ jobs:
43
45
44
46
- name: Install composer dependencies
47
run: "composer install --no-interaction --no-progress --no-scripts"
- env:
- COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
49
# the way cache keys are set up will always cause a cache miss
50
# but will restore the cache generated during the previous run based on partial match
0 commit comments