Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed May 25, 2021
2 parents 35ee4e8 + efff842 commit d0c6d67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
ci:
runs-on: self-hosted
runs-on: ubuntu-20.04
steps:
- name: Checkout code into workspace directory
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
release:
runs-on: self-hosted
runs-on: ubuntu-20.04
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
run: npm install --global yarn

- name: Set npm auth
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc

- name: Install dependency
run: yarn install
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
registry=https://registry.npmjs.org
@1inch:registry=https://npm.pkg.github.com
always-auth=true

0 comments on commit d0c6d67

Please sign in to comment.