mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02: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
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
@ -18,6 +23,6 @@ jobs:
|
|||||||
uses: renovatebot/github-action@v40.1.4
|
uses: renovatebot/github-action@v40.1.4
|
||||||
with:
|
with:
|
||||||
configurationFile: .github/renovate.json5
|
configurationFile: .github/renovate.json5
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
|
Loading…
Reference in New Issue
Block a user