Skip to content

Commit

Permalink
update renovate GHA workflow to use github recommended action
Browse files Browse the repository at this point in the history
Signed-off-by: jessebot <[email protected]>
  • Loading branch information
jessebot committed May 29, 2024
1 parent 60f0662 commit 16867bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
steps:
- name: Get token
id: get_token
uses: tibdex/github-app-token@v2.1.0
uses: actions/create-github-app-token@v1
with:
private_key: ${{ secrets.PRIVATE_KEY }}
app_id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.private_key }}
app-id: ${{ secrets.app_id }}
owner: ${{ github.repository_owner }}
repositories: 'helm'

- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 16867bb

Please sign in to comment.