Skip to content

Commit

Permalink
CI: add NODE_AUTH_TOKEN (#126)
Browse files Browse the repository at this point in the history
* CI: add NODE_AUTH_TOKEN

* Create orange-jars-march.md
  • Loading branch information
azu committed Jan 2, 2024
1 parent 6dc57ab commit f073e8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-jars-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"textlint-rule-preset-japanese": patch
---

CI: add NODE_AUTH_TOKEN
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SHARED_BOT_NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.SHARED_BOT_NPM_TOKEN }}
- name: Publish next snapshot
if: steps.changesets.outputs.published != 'true'
run: |
Expand Down

0 comments on commit f073e8e

Please sign in to comment.