Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 0161e79

Browse files
committed
CI: Set GITHUB_TOKEN when using setup-just
1 parent 0699872 commit 0161e79

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
python -m pip install poetry
3131
3232
- uses: extractions/setup-just@v1
33+
env:
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3335

3436
- name: Prepare project for development
3537
run: |

0 commit comments

Comments
 (0)