Use Simple Icons app token for Renovate workflow (#10880)

This commit is contained in:
Álvaro Mondéjar Rubio 2024-05-02 22:52:52 +02:00 committed by GitHub
parent f29d886935
commit 7c3da05ba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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