Skip to content

Commit 9d2a8f2

Browse files
blink1073lwasser
authored andcommitted
fix test
1 parent d8d20a9 commit 9d2a8f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
run: hatch run test:run-report
2424
- name: Check CLIs
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2527
run: |
2628
set -eux
2729
pip install -e .
2830
update-contributors --help
2931
update-reviews --help
3032
update-review-teams --help
3133
- name: Run CLIs against website
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3236
run: |
3337
git clone https://github.com/pyOpenSci/pyopensci.github.io.git
3438
cd pyopensci.github.io

0 commit comments

Comments
 (0)