From ea18be347528ed69ed242e34f3e5f1fc94f83f3b Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Tue, 2 May 2023 16:34:06 -0400 Subject: [PATCH] Fix/fix Renovate Envs (#426) * Update renovate.yml * Update renovate.json * Update renovate.yml * Update renovate.yml --- .github/workflows/renovate.yml | 5 ++++- renovate.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index fc0404de..a5c4735c 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -17,7 +17,7 @@ on: schedule: # The "*" (#42, asterisk) character has special semantics in YAML, so this # string has to be quoted. - - cron: '0/15 * * * *' + - cron: '0/30 * * * *' jobs: renovate: runs-on: ubuntu-latest @@ -28,3 +28,6 @@ jobs: uses: renovatebot/github-action@v32.118.0 with: token: ${{ secrets.RENOVATE_TOKEN }} + env: + DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} + DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN}} diff --git a/renovate.json b/renovate.json index 740401b8..72701e84 100644 --- a/renovate.json +++ b/renovate.json @@ -11,8 +11,8 @@ "hostRules": [ { "hostType": "docker", - "username": "{{ secrets.DOCKERHUB_USERNAME }}", - "password": "{{ secrets.DOCKERHUB_TOKEN }}" + "username": "{{ env.DOCKERHUB_USERNAME }}", + "password": "{{ env.DOCKERHUB_TOKEN }}" }, { "matchHost": "docker.io",