From f53a02f84a60ab32f2f434423e754589abd990f8 Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Thu, 13 Jun 2024 16:37:49 +0200 Subject: [PATCH] test --- .github/workflows/renovate.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2970857f..5e2846fa 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -8,20 +8,14 @@ on: jobs: renovate: - permissions: - contents: read - issues: read - pull-requests: write - repository-projects: read - statuses: read runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4.1.6 - name: Renovate - uses: renovatebot/github-action@v40.1.12 + uses: renovatebot/github-action@v40.1.11 with: configurationFile: renovate-config.json - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PCCIBOT_PAT_REPO_PUBLIC_REPO }} env: LOG_LEVEL: 'debug'