Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 12, 2024
1 parent e714eb6 commit 84875bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
coverage: none
tools: composer:v2
env:
COMPOSER_TOKEN: ${{ secrets.TOKEN }}
COMPOSER_TOKEN: ${{ secrets.GH_APP_PRIVATE_KEY }}

- name: Install Dependencies 🔧
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
DB_USERNAME: root
DB_PASSWORD: secret
BROADCAST_DRIVER: log
CACHE_DRIVER: file
CACHE_DRIVER: array
QUEUE_CONNECTION: sync
SESSION_DRIVER: cookie
MAIL_MAILER: array
Expand All @@ -40,7 +40,7 @@ jobs:
coverage: pcov #optional
tools: composer:v2
env:
COMPOSER_TOKEN: ${{ secrets.TOKEN }}
COMPOSER_TOKEN: ${{ secrets.GH_APP_PRIVATE_KEY }}
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
Expand Down

0 comments on commit 84875bb

Please sign in to comment.