Skip to content

Commit 567482a

Browse files
committed
fix(actions): rollback to NODE_AUTH_TOKEN
1 parent 775f17f commit 567482a

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13,42 +13,5 @@ jobs:
1313
id: node
1414
- name: Setup Tools
1515
run: |
16-
# npm install -g lerna
17-
npm install -g @angular/cli
18-
env:
19-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20-
- name: Check out Code
21-
uses: actions/checkout@v1
22-
- name: Install Dependencies
23-
run: yarn install
24-
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26-
- name: Lint
27-
run: ng lint ngx-utils
28-
# run: yarn affected:lint --all
29-
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
- name: Unit Test
32-
run: ng test ngx-utils
33-
# run: yarn affected:test --all
34-
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
# - name: Integration Test
37-
# run: yarn affected:e2e --all
38-
# env:
39-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
40-
- name: Upload coverage to Codecov
41-
run: bash <(curl -s https://codecov.io/bash)
42-
-F unittests
43-
-n codecov-ngx
44-
-f ./coverage/libs/ngx-utils/coverage-final.json
45-
-B "${GITHUB_REF//refs\/heads\//}"
46-
-T "${GITHUB_REF//refs\/tags\//}"
47-
-C "${GITHUB_SHA}"
48-
-Z || echo 'Codecov upload failed'
49-
env:
50-
CI: true
51-
CODECOV_ENV: github-action
52-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
53-
CODECOV_PR: ${{ github.event.after }}
54-
CODECOV_SHA: ${{ github.sha }}
16+
echo $NPM_TOKEN
17+
echo $NODE_AUTH_TOKEN

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)