Skip to content

Commit 16867bb

Browse files
committed
update renovate GHA workflow to use github recommended action
Signed-off-by: jessebot <jessebot@linux.com>
1 parent 60f0662 commit 16867bb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/renovate.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
steps:
1818
- name: Get token
1919
id: get_token
20-
uses: tibdex/github-app-token@v2.1.0
20+
uses: actions/create-github-app-token@v1
2121
with:
22-
private_key: ${{ secrets.PRIVATE_KEY }}
23-
app_id: ${{ secrets.APP_ID }}
22+
private-key: ${{ secrets.private_key }}
23+
app-id: ${{ secrets.app_id }}
24+
owner: ${{ github.repository_owner }}
25+
repositories: 'helm'
2426

2527
- name: Checkout
2628
uses: actions/checkout@v4.1.6

0 commit comments

Comments
 (0)