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 b93810e commit 73def62Copy full SHA for 73def62
1 file changed
.github/workflows/renovate.yaml
@@ -3,7 +3,7 @@ name: renovate
3
on: push
4
5
jobs:
6
- build:
+ renovate:
7
runs-on: ubuntu-latest
8
steps:
9
- name: checkout
@@ -14,6 +14,7 @@ jobs:
14
with:
15
client-id: ${{ vars.APP_CLIENT_ID }}
16
private-key: ${{ secrets.APP_PRIVATE_KEY }}
17
+ owner: ${{ github.repository_owner }}
18
19
- name: Self-hosted Renovate
20
uses: renovatebot/github-action@v46.1.14
0 commit comments