Skip to content

Commit

Permalink
changeset config fixes (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Jan 30, 2021
1 parent 9c5129b commit 6f5c73e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.3.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "@trpc/trpc" }],
"changelog": ["@changesets/changelog-github", { "repo": "trpc/trpc" }],
"commit": false,
"linked": [],
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TRPC_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publishing canary releases to npm registry
Expand All @@ -35,5 +35,5 @@ jobs:
yarn version:canary
yarn release:canary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TRPC_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6f5c73e

Please sign in to comment.