Skip to content

Commit

Permalink
switch to official token action for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed May 31, 2024
1 parent 7d851fa commit 400c149
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
# - name: Get token
# id: get_token
# uses: tibdex/[email protected]
# with:
# private_key: ${{ secrets.PRIVATE_KEY }}
# app_id: ${{ secrets.APP_ID }}

- 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 }}

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

0 comments on commit 400c149

Please sign in to comment.