From bc4cf3160f653fd5fbc368a42128945379291208 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Jan 2023 14:22:50 +0100 Subject: workflows/ci: use GitHub token for unit tests For some reason, unit tests started failing during CI runs. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4364d5e..7f379d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: matrix: python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] name: 'Test / ${{ matrix.python-version }}' + env: + # API request rate limit is easily exceeded otherwise: + CGITIZE_GITHUB_TOKEN: '${{ secrets.CGITIZE_GITHUB_TOKEN }}' steps: - name: Checkout uses: actions/checkout@v3 -- cgit v1.2.3