Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 73def62

Browse files
committed
more permissions!
1 parent b93810e commit 73def62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/renovate.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: renovate
33
on: push
44

55
jobs:
6-
build:
6+
renovate:
77
runs-on: ubuntu-latest
88
steps:
99
- name: checkout
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
client-id: ${{ vars.APP_CLIENT_ID }}
1616
private-key: ${{ secrets.APP_PRIVATE_KEY }}
17+
owner: ${{ github.repository_owner }}
1718

1819
- name: Self-hosted Renovate
1920
uses: renovatebot/github-action@v46.1.14

0 commit comments

Comments
 (0)