Skip to content

Commit

Permalink
Merge pull request #10 from wayofdev/feat/pnpm-install
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jul 15, 2023
2 parents 267ff3c + c719560 commit b45df85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-changesets-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
required: true
type: string
secrets:
github_token:
token:
required: true
npm_token:
required: true
Expand Down Expand Up @@ -57,5 +57,5 @@ jobs:
setupGitUser: true
env:
HOME: ${{ github.workspace }}
GITHUB_TOKEN: ${{ secrets.github_token }}
GITHUB_TOKEN: ${{ secrets.token }}
NPM_TOKEN: ${{ secrets.npm_token }}

0 comments on commit b45df85

Please sign in to comment.