From 637ef30af1206aad07c02424a45a6b442c06120e Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 12 Feb 2023 09:34:22 +0100 Subject: [PATCH 1/1] actions: use token to avoid rate limiting --- .github/workflows/ci-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3c5f1c91..c7ad798f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -71,6 +71,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: -- 2.45.1