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 84875bb commit 53ca00dCopy full SHA for 53ca00d
.github/workflows/php-cs-fixer.yml
@@ -31,7 +31,7 @@ jobs:
31
coverage: none
32
tools: composer:v2
33
env:
34
- COMPOSER_TOKEN: ${{ secrets.GH_APP_PRIVATE_KEY }}
+ COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
36
- name: Install Dependencies 🔧
37
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
.github/workflows/phpunit.yaml
@@ -40,7 +40,7 @@ jobs:
40
coverage: pcov #optional
41
42
43
44
- name: Get composer cache directory
45
id: composer-cache
46
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
0 commit comments