diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 3525a94..982f75d 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -18,4 +18,4 @@ jobs: RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js" LOG_LEVEL: "debug" RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + RENOVATE_TOKEN: ${{ secrets.PAT }} diff --git a/config.js b/config.js index 3ae0564..63f40d0 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { "timezone": "Pacific/Auckland", - "endpoint": "https://git.nice.net.nz/api/v1/", + "endpoint": "https://git.nice.net.nz/api/v1", "gitAuthor": "Renovate Bot ", "platform": "gitea", "autodiscover": true,