Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 31, 2019
1 parent a392764 commit 3ed2648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Check out
Expand Down
2 changes: 1 addition & 1 deletion build/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (CI && (GITHUB_REF !== 'refs/heads/master' || GITHUB_EVENT_NAME !== 'push'))
}

const github = new Octokit({
auth: process.env.GH_TOKEN,
auth: process.env.GITHUB_TOKEN,
})

const cwd = resolve(__dirname, '..')
Expand Down

0 comments on commit 3ed2648

Please sign in to comment.