Skip to content

Commit 53ca00d

Browse files
committed
WIP
1 parent 84875bb commit 53ca00d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
coverage: none
3232
tools: composer:v2
3333
env:
34-
COMPOSER_TOKEN: ${{ secrets.GH_APP_PRIVATE_KEY }}
34+
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Install Dependencies 🔧
3737
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
coverage: pcov #optional
4141
tools: composer:v2
4242
env:
43-
COMPOSER_TOKEN: ${{ secrets.GH_APP_PRIVATE_KEY }}
43+
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
- name: Get composer cache directory
4545
id: composer-cache
4646
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

0 commit comments

Comments
 (0)