Skip to content

Commit

Permalink
Remove unneeded composer and github token in CI (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick ten Cate <[email protected]>
  • Loading branch information
ricklambrechts and nicktencate authored Jan 17, 2025
1 parent 65ac505 commit 9b2ef20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:
with:
php-version: ${{ env.PHP_VERSION }}
extensions: xdebug, zip, pcov
env:
GITHUB_TOKEN: ${{ secrets.REPO_READONLY_TOKEN }}
- name: 'Composer install'
env:
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.REPO_READ_ONLY_TOKEN }}"}}'
run: composer install --no-interaction --no-scripts --no-progress --prefer-dist --no-ansi
- name: Static analysis with PHPStan
run: composer phpstan
Expand Down

0 comments on commit 9b2ef20

Please sign in to comment.