Skip to content

Commit

Permalink
chore: use NODE_AUTH_TOKEN npm publish (#1010)
Browse files Browse the repository at this point in the history
* chore: use NODE AUTH TOKEN for npm pub

* chore: remove artifacts v2
  • Loading branch information
yohanelly95 authored Sep 12, 2024
1 parent 734e552 commit 92500c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
- name: Run tests
run: |
CI=true npm run test
- name: Store artifacts
uses: actions/upload-artifact@v2
with:
name: test
path: test
scenarios:
runs-on: ubuntu-latest
Expand All @@ -55,11 +50,6 @@ jobs:
- name: Run scenarios
run: |
CI=true npm run scenarios
- name: Store artifacts
uses: actions/upload-artifact@v2
with:
name: scenarios
path: scenarios
lint:
runs-on: ubuntu-latest
Expand All @@ -70,11 +60,6 @@ jobs:
action: retrieve
- name: Run Lint
run: npm run lint
- name: Store artifacts
uses: actions/upload-artifact@v2
with:
name: lint
path: lint

coverage:
runs-on: ubuntu-latest
Expand All @@ -89,11 +74,6 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Store artifacts
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage

slither:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- run: npm publish
env:
GITHUB_TOKEN: ${{ secrets.RAZORNETWORKBOT }}
NPM_TOKEN: ${{ secrets.RAZORDEPLOYER }}
NODE_AUTH_TOKEN: ${{ secrets.RAZORDEPLOYER }}

0 comments on commit 92500c5

Please sign in to comment.