Skip to content

Commit

Permalink
docs: comment for env
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed May 15, 2024
1 parent e3cbaf3 commit ea48243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pages/ci.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
run: npx release-it --verbose
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# Add following line if you are publishing to npm
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
# Add more env variables if needed
```

</Tabs.Tab>
Expand Down Expand Up @@ -97,8 +99,10 @@ jobs:
run: release-it --verbose
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# Add following line if you are publishing to npm
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
# Add more env variables if needed
```

</Tabs.Tab>
Expand Down Expand Up @@ -152,8 +156,10 @@ jobs:
run: npx release-it ${{ inputs.increment }}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# Add following line if you are publishing to npm
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
# Add more env variables if needed
```

</Tabs.Tab>
Expand Down

0 comments on commit ea48243

Please sign in to comment.