actions: use token to avoid rate limiting

This commit is contained in:
Sarah Hoffmann 2023-02-12 09:34:22 +01:00
parent 8557105c40
commit a5f5add630

View File

@ -74,6 +74,8 @@ jobs:
php-version: ${{ matrix.php }}
tools: phpunit:9, phpcs, composer
ini-values: opcache.jit=disable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v4
with: