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/oci.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/oci.yml')
-rw-r--r-- | .github/workflows/oci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index f7537d642d8..bdf6da52bed 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -36,6 +36,8 @@ jobs: extensions: ctype, curl, dom, fileinfo, gd, imagick, intl, json, mbstring, oci8, openssl, pdo_sqlite, posix, sqlite, xml, zip tools: phpunit:9 coverage: none + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Nextcloud run: | |