From c772661bde277301f0c8745933bb316768b4293a Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:27:40 +1300 Subject: [PATCH] Set CI Tests workflow to run under pr-tests github environment Enable forked repositories to access DagsHub token, xref https://2i2c.org/blog/2025/github-action-secrets-forked-repositories/ --- .github/workflows/ci_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 976d080ccfa..aa2d56324d8 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -51,6 +51,8 @@ jobs: test: name: ${{ matrix.os }} - Python ${{ matrix.python-version }} runs-on: ${{ matrix.os }} + environment: + name: pr-tests permissions: id-token: write # This is required for requesting OIDC token for codecov strategy: