Skip to content

Commit

Permalink
fix(actions): updating github actions with NPM_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 8, 2019
1 parent aecbe64 commit 66b2d93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Expand Up @@ -14,8 +14,12 @@ jobs:
# run: npm install -g yarn
- name: Setup Angular CLI
run: yarn global add @angular/cli
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install Dependencies
run: yarn install
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Linting
run: ng lint ngx-utils
- name: Testing
Expand Down

0 comments on commit 66b2d93

Please sign in to comment.