From 86976318f3059b05010e8a34f4f930a50bece119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 27 Oct 2023 18:57:26 +0200 Subject: [PATCH] fix: ci pipelines --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 939505b1..02373e75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,10 @@ jobs: node-version: '18' # adjust this to your project's Node.js version - name: Install Dependencies + env: + GH_TOKEN: ${{ secrets.PLUTO_GITHUB }} + GITHUB_TOKEN: ${{ secrets.PLUTO_GITHUB }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm --@input-output-hk:registry=https://npm.pkg.github.com ci # or use "npm install" if you don't have a lock file - name: Semantic Release