Skip to content

Commit

Permalink
Use Simple Icons app token for Renovate workflow (#10880)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 2, 2024
1 parent f29d886 commit 7c3da05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
Expand All @@ -18,6 +23,6 @@ jobs:
uses: renovatebot/github-action@v40.1.4
with:
configurationFile: .github/renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
token: ${{ steps.app-token.outputs.token }}
env:
LOG_LEVEL: debug

0 comments on commit 7c3da05

Please sign in to comment.