ci: pass $GITHUB_TOKEN to zunit test step

Raises the gh-r suite's GitHub API budget from the anonymous
60 requests/hour/IP to 1,000/hour, so release lookups no longer
depend on unauthenticated HTML scraping that gets throttled when
concurrent runs share runner egress IPs.

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
Vladislav Doster 2026-08-28 01:47:35 -05:00 committed by vladislav doster
parent eaa1056699
commit a3a6b5ae94

View file

@ -99,4 +99,6 @@ jobs:
make all install
- name: "run ${{ matrix.zunit_test }} tests"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: zunit run ${{ matrix.zunit_flag }} tests/${{ matrix.zunit_test }}.zunit