diff options
author | Joas Schilling <coding@schilljs.com> | 2023-01-03 13:33:49 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-01-03 13:33:49 +0100 |
commit | 48d6000468bb05a0427d98bed27f6cf5644e2df7 (patch) | |
tree | ea1e34bafe0067d2e9406d68abf5f63bb8188712 /.github/workflows/s3-external.yml | |
parent | 961dcdd255f3108a642dfe0ede87b1a536f0cef1 (diff) | |
download | nextcloud-server-48d6000468bb05a0427d98bed27f6cf5644e2df7.tar.gz nextcloud-server-48d6000468bb05a0427d98bed27f6cf5644e2df7.zip |
chore(CI): Improve rate limit situation when installing phpunit
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/s3-external.yml')
-rw-r--r-- | .github/workflows/s3-external.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/s3-external.yml b/.github/workflows/s3-external.yml index 45b585c5295..a5060f3e573 100644 --- a/.github/workflows/s3-external.yml +++ b/.github/workflows/s3-external.yml @@ -46,6 +46,8 @@ jobs: php-version: ${{ matrix.php-versions }} tools: phpunit extensions: mbstring, fileinfo, intl, sqlite, pdo_sqlite, zip, gd + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Nextcloud run: | @@ -95,6 +97,8 @@ jobs: php-version: ${{ matrix.php-versions }} tools: phpunit extensions: mbstring, fileinfo, intl, sqlite, pdo_sqlite, zip, gd + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Nextcloud run: | |