diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f2d736..63bda3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - name: Execute tests run: npm run test + env: + CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} - name: Build artifacts run: npm run build \ No newline at end of file