fix: Pass gh token to download-jecs in CI
+ The action github token wasn't passed to the download jecs step in CI
This commit is contained in:
parent
cab13e4213
commit
33913122fd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
- name: Download Jecs
|
||||
run: |
|
||||
lune run download-jecs
|
||||
lune run download-jecs ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run Unit Tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue