Skip to content

chore(deps): update actions/create-github-app-token digest to 31c86eb #258

chore(deps): update actions/create-github-app-token digest to 31c86eb

chore(deps): update actions/create-github-app-token digest to 31c86eb #258

Workflow file for this run

name: Renovate
on:
schedule:
- cron: "0 12 * * *" # noon daily
workflow_dispatch:
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- name: Create GitHub App Token
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
id: app-token
with:
app-id: ${{ secrets.PR_BOT_APP_ID }}
private-key: ${{ secrets.PR_BOT_PRIVATE_KEY }}
- name: Renovate
uses: renovatebot/github-action@21d88b0bf0183abcee15f990011cca090dfc47dd # v40.1.12
with:
configurationFile: .github/renovate-sh.json
token: ${{ steps.app-token.outputs.token }}
# env:
# LOG_LEVEL: debug