gh token secret for ci pipeline

jobatzil/rename
Enver Bisevac 2022-09-22 19:44:43 +02:00
parent 78d5794221
commit f3ef0f64fc
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
- name: install and build web app
working-directory: web
run: |
echo "@harness:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${{ secrets.GH_TOKEN }}
always-auth=true" >> ~/.npmrc
yarn install
yarn build
- name: golangci-lint