Skip to content

Commit 9b2ef20

Browse files
Remove unneeded composer and github token in CI (#22)
Co-authored-by: Nick ten Cate <[email protected]>
1 parent 65ac505 commit 9b2ef20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
with:
2525
php-version: ${{ env.PHP_VERSION }}
2626
extensions: xdebug, zip, pcov
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.REPO_READONLY_TOKEN }}
2927
- name: 'Composer install'
30-
env:
31-
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.REPO_READ_ONLY_TOKEN }}"}}'
3228
run: composer install --no-interaction --no-scripts --no-progress --prefer-dist --no-ansi
3329
- name: Static analysis with PHPStan
3430
run: composer phpstan

0 commit comments

Comments
 (0)