Skip to content

Commit

Permalink
fix: ci pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Oct 27, 2023
1 parent 9117716 commit 8697631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8697631

Please sign in to comment.