Skip to content

Commit

Permalink
added renovatebot user
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo committed Sep 29, 2024
1 parent 680b0be commit d3b2415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.RENOVATE_APP_ID }}
private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4

- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
with:
Expand Down

0 comments on commit d3b2415

Please sign in to comment.