Skip to content

Commit

Permalink
official app token action
Browse files Browse the repository at this point in the history
  • Loading branch information
sorend committed Jun 19, 2024
1 parent 6fdc329 commit 0cdfbcf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
uses: actions/[email protected]
- name: Validate Renovate JSON
run: jq type .github/renovate.json
- id: create_token
uses: tibdex/github-app-token@v2
- uses: actions/create-github-app-token@v1
id: app-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
installation_id: ${{ secrets.INSTALLATION_ID }}

app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
env:
Expand All @@ -41,5 +39,5 @@ jobs:
with:
configurationFile: .github/renovate.json
renovate-version: full
token: ${{ steps.create_token.outputs.token }}
token: ${{ steps.app-token.outputs.token }}
# token: ${{ secrets.RENOVATE_TOKEN }}

0 comments on commit 0cdfbcf

Please sign in to comment.