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:
Mark Marks 2024-09-24 15:36:48 +02:00
parent cab13e4213
commit 33913122fd

View file

@ -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: |