From 33913122fd16fd5ac14f2e536a24bfed4bbc6e62 Mon Sep 17 00:00:00 2001 From: Mark Marks Date: Tue, 24 Sep 2024 15:36:48 +0200 Subject: [PATCH] fix: Pass gh token to download-jecs in CI + The action github token wasn't passed to the download jecs step in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce00454..0389aa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |