Merge pull request 'feat: Add npm token' (#9) from npm into main
All checks were successful
Release / Release (push) Successful in 35s
All checks were successful
Release / Release (push) Successful in 35s
Reviewed-on: #9
This commit is contained in:
commit
12b9f7ac51
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,10 @@ inputs:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
description: "Gitea token"
|
description: "Gitea token"
|
||||||
required: true
|
required: true
|
||||||
|
NPM_TOKEN:
|
||||||
|
description: "NPM Publish token"
|
||||||
|
required: false
|
||||||
|
default: ""
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
|
@ -25,6 +29,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||||
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
||||||
|
NPM_TOKEN: ${{ inputs.NPM_TOKEN }}
|
||||||
uses: cycjimmy/semantic-release-action@v4
|
uses: cycjimmy/semantic-release-action@v4
|
||||||
id: semantic
|
id: semantic
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue