old renovate token
Some checks failed
/ Renovate (push) Failing after 1s

This commit is contained in:
Joseph Hanson 2025-01-01 18:11:00 -06:00
parent dcc610e6bb
commit 15b2209786
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 9 additions and 4 deletions

View file

@ -54,7 +54,12 @@ runs:
RENOVATE_PLATFORM: gitea
RENOVATE_REPOSITORY_CACHE: 'enabled'
RENOVATE_TOKEN: ${{ inputs.token }}
RENOVATE_HOST_RULES: '[{"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":"github.com","hostType":"github","token":"${{ inputs.github-token }}"}]'
RENOVATE_HOST_RULES: |-
[
{"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":"github.com","hostType":"github","token":"${{ inputs.github-token }}"}
]
GIT_AUTHOR_NAME: 'Renovate Bot'
GIT_AUTHOR_EMAIL: 'smeagol@hsn.dev'
GIT_COMMITTER_NAME: 'Renovate Bot'

View file

@ -29,9 +29,9 @@ jobs:
uses: ./.forgejo/actions/renovate
with:
endpoint: https://git.hsn.dev/api/v1/
token: ${{ secrets.RENOVATE_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
args: --platform gitea --autodiscover
github-username: ${{ secrets.GH_USERNAME }}
github-token: ${{ secrets.GH_TOKEN }}
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}
args: --platform gitea --autodiscover