Skip to content

Commit

Permalink
Set GITHUB_TOKEN in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk authored Dec 6, 2023
1 parent d9ef339 commit 68b7cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
fetch-depth: 1
- name: Setup PHP
uses: shivammathur/setup-php@v2
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
coverage: "xdebug"
php-version: "${{ matrix.php }}"
Expand Down

0 comments on commit 68b7cc9

Please sign in to comment.