This commit is contained in:
parent
b4d1f9181a
commit
e031e9b0e6
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
|
||||||
|
GIT_CREDENTIALS:
|
||||||
|
description: "Git credentials"
|
||||||
|
required: false
|
||||||
|
default: ''
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
|
@ -25,5 +29,6 @@ runs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||||
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
||||||
|
GIT_CREDENTIALS: ${{ inputs.GIT_CREDENTIALS }}
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue