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 84875bb commit 53ca00d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.GH_APP_PRIVATE_KEY }}
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install Dependencies 🔧
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
coverage: pcov #optional
tools: composer:v2
env:
COMPOSER_TOKEN: ${{ secrets.GH_APP_PRIVATE_KEY }}
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- 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 53ca00d

Please sign in to comment.