Update .gitea/workflows/release-new.yml
All checks were successful
release-please / release-please (push) Successful in 1m23s
All checks were successful
release-please / release-please (push) Successful in 1m23s
This commit is contained in:
parent
77037601a2
commit
469d6bbf6d
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ jobs:
|
||||||
# (PAT) and configured it as a GitHub action secret named
|
# (PAT) and configured it as a GitHub action secret named
|
||||||
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
|
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
|
||||||
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
||||||
|
git-username: ${{ secrets.RL_USER }}
|
||||||
|
git-password: ${{ secrets.RL_PASSWD }}
|
||||||
# this is a built-in strategy in release-please, see "Action Inputs"
|
# this is a built-in strategy in release-please, see "Action Inputs"
|
||||||
# for more options
|
# for more options
|
||||||
release-type: simple
|
release-type: simple
|
||||||
|
|
Loading…
Add table
Reference in a new issue