Skip to content

Commit f073e8e

Browse files
authored
CI: add NODE_AUTH_TOKEN (#126)
* CI: add NODE_AUTH_TOKEN * Create orange-jars-march.md
1 parent 6dc57ab commit f073e8e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/orange-jars-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"textlint-rule-preset-japanese": patch
3+
---
4+
5+
CI: add NODE_AUTH_TOKEN

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
NPM_TOKEN: ${{ secrets.SHARED_BOT_NPM_TOKEN }}
37+
NODE_AUTH_TOKEN: ${{ secrets.SHARED_BOT_NPM_TOKEN }}
3738
- name: Publish next snapshot
3839
if: steps.changesets.outputs.published != 'true'
3940
run: |

0 commit comments

Comments
 (0)