Skip to content

Commit

Permalink
Use GITHUB_TOKEN for publish auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaber authored Feb 28, 2022
1 parent e5b2f8a commit a7229a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- run: yarn prepublish:all
- name: Publish things
env:
NODE_AUTH_TOKEN: ${{ secrets.MITTWALD_MACHINE_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn publish dist --new-version ${GITHUB_REF##*/} --no-git-tag-version

0 comments on commit a7229a7

Please sign in to comment.