From 10f0854743a52054088e5133c61b74afa385785a Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Sun, 26 Sep 2021 13:57:11 +0300 Subject: [PATCH] Fixed ci action --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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