test
This commit is contained in:
parent
9e7ff7872f
commit
4252681b8a
1 changed files with 6 additions and 6 deletions
|
@ -54,12 +54,12 @@ runs:
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
RENOVATE_REPOSITORY_CACHE: 'enabled'
|
RENOVATE_REPOSITORY_CACHE: 'enabled'
|
||||||
RENOVATE_TOKEN: ${{ inputs.token }}
|
RENOVATE_TOKEN: ${{ inputs.token }}
|
||||||
RENOVATE_HOST_RULES: |-
|
# RENOVATE_HOST_RULES: |-
|
||||||
[
|
# [
|
||||||
{"matchHost":"docker.io","hostType":"docker","username":"${{ inputs.docker-username }}","password":"${{ inputs.docker-password }}"},
|
# {"matchHost":"docker.io","hostType":"docker","username":"${{ inputs.docker-username }}","password":"${{ inputs.docker-password }}"},
|
||||||
{"matchHost":"ghcr.io","hostType":"docker","username":"${{ inputs.github-username }}","password":"${{ inputs.github-token }}"},
|
# {"matchHost":"ghcr.io","hostType":"docker","username":"${{ inputs.github-username }}","password":"${{ inputs.github-token }}"},
|
||||||
{"matchHost":"github.com","hostType":"github","token":"${{ inputs.github-token }}"}
|
# {"matchHost":"github.com","hostType":"github","token":"${{ inputs.github-token }}"}
|
||||||
]
|
# ]
|
||||||
GIT_AUTHOR_NAME: 'Renovate Bot'
|
GIT_AUTHOR_NAME: 'Renovate Bot'
|
||||||
GIT_AUTHOR_EMAIL: 'smeagol@hsn.dev'
|
GIT_AUTHOR_EMAIL: 'smeagol@hsn.dev'
|
||||||
GIT_COMMITTER_NAME: 'Renovate Bot'
|
GIT_COMMITTER_NAME: 'Renovate Bot'
|
||||||
|
|
Loading…
Reference in a new issue