We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c094f0 commit 7156d95Copy full SHA for 7156d95
1 file changed
.github/workflows/renovate.yml
@@ -23,4 +23,6 @@ jobs:
23
uses: renovatebot/github-action@v44.0.3
24
with:
25
configurationFile: renovate.json
26
- token: ${{ secrets.RENOVATE_TOKEN || secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RENOVATE_TOKEN || github.token }}
27
+ env:
28
+ RENOVATE_REPOSITORIES: ${{ github.repository }}
0 commit comments