Skip to content

Commit

Permalink
switch token for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeier committed Jun 13, 2024
1 parent 944d342 commit 5ce4c7d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Renovate
uses: renovatebot/[email protected].12
uses: renovatebot/[email protected].11
with:
configurationFile: renovate-config.json
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PCCIBOT_PAT_REPO_PUBLIC_REPO }}
env:
LOG_LEVEL: 'debug'

0 comments on commit 5ce4c7d

Please sign in to comment.