Skip to content

Commit f901c15

Browse files
switch pat
1 parent a298dda commit f901c15

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,11 @@ jobs:
2222
renovate:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: "🕵️‍♂️ Debug PAT: /user"
26-
run: |
27-
curl -s -H "Authorization: token $token" https://api.github.com/user
28-
env:
29-
token: ${{ secrets.RENOVATE_TOKEN }}
30-
31-
- name: Checkout repository
25+
- name: Checkout repository (for config file)
3226
uses: actions/checkout@v6
3327

3428
- name: Run renovate
3529
uses: renovatebot/github-action@v46.1.9
3630
with:
37-
token: ${{ secrets.RENOVATE_TOKEN }}
31+
token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }}
3832
configurationFile: .github/renovate.json5

0 commit comments

Comments
 (0)