Skip to content

Commit

Permalink
Use 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 6e552f4 commit 4fb3d47
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 @@ -36,6 +36,8 @@ jobs:
fetch-depth: 1
- name: Setup PHP
uses: shivammathur/setup-php@v2
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
coverage: "none"
php-version: "${{ matrix.php }}"
Expand Down

0 comments on commit 4fb3d47

Please sign in to comment.