mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
ci: add npm token (#2440)
This commit is contained in:
parent
38550e0c9b
commit
f659457d1d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -80,6 +80,9 @@ jobs:
|
|||
|
||||
release-changesets:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
|
||||
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue