We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a298dda commit f901c15Copy full SHA for f901c15
1 file changed
.github/workflows/renovate.yml
@@ -22,17 +22,11 @@ jobs:
22
renovate:
23
runs-on: ubuntu-latest
24
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
+ - name: Checkout repository (for config file)
32
uses: actions/checkout@v6
33
34
- name: Run renovate
35
uses: renovatebot/github-action@v46.1.9
36
with:
37
+ token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }}
38
configurationFile: .github/renovate.json5
0 commit comments