Skip to content

Commit 32eb655

Browse files
authored
Set CI Tests workflow to run under pr-tests github environment (#4148)
Enable forked repositories to access DagsHub token, xref https://2i2c.org/blog/2025/github-action-secrets-forked-repositories/
1 parent 3b7d1c9 commit 32eb655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
test:
5252
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
5353
runs-on: ${{ matrix.os }}
54+
environment:
55+
name: pr-tests
5456
permissions:
5557
id-token: write # This is required for requesting OIDC token for codecov
5658
strategy:

0 commit comments

Comments
 (0)