Skip to content

Commit

Permalink
token を登録するのはよくなかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mugijiru committed Mar 12, 2021
1 parent 6a0b9fa commit da6f89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
bin/rails db:setup
- name: Setup Ember.js App
env:
NPM_TOKEN: {{ secrets.GITHUB_TOKEN }}
run: |
cd ember/todo-app
yarn
Expand Down
4 changes: 2 additions & 2 deletions ember/todo-app/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//npm.pkg.github.com/:_authToken=dfeda40ecb26b1a90c7bcf43797300857a39d0e5
@mugijiru:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
@mugijiru:registry=https://npm.pkg.github.com

0 comments on commit da6f89a

Please sign in to comment.