Skip to content

Commit 1366ab7

Browse files
Merge pull request #30 from mittwald/Lucaber-patch-1
Use GITHUB_TOKEN for publish auth
2 parents e5b2f8a + a7229a7 commit 1366ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- run: yarn prepublish:all
2121
- name: Publish things
2222
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.MITTWALD_MACHINE_TOKEN }}
23+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
run: yarn publish dist --new-version ${GITHUB_REF##*/} --no-git-tag-version

0 commit comments

Comments
 (0)