mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 09:54:11 +03:00
Use Simple Icons app token for Renovate workflow (#10880)
This commit is contained in:
parent
f29d886935
commit
7c3da05ba8
7
.github/workflows/renovate.yml
vendored
7
.github/workflows/renovate.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user