Fix "No repositories found" error for renovate action
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
|||||||
- cron: '0 2 * * 1'
|
- cron: '0 2 * * 1'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -30,4 +30,4 @@ jobs:
|
|||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
renovate --platform=github
|
renovate --platform=github --repositories "${{ github.repository }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user