Skip to content

Commit 7156d95

Browse files
authored
fix: renovata update no repo found (#44)
1 parent 8c094f0 commit 7156d95

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/renovate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
uses: renovatebot/github-action@v44.0.3
2424
with:
2525
configurationFile: renovate.json
26-
token: ${{ secrets.RENOVATE_TOKEN || secrets.GITHUB_TOKEN }}
26+
token: ${{ secrets.RENOVATE_TOKEN || github.token }}
27+
env:
28+
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)