VA-436-2: Add oikaisuvaatimusosoitus liite to muutoshakemus paatos. I… #6452
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Renovate | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
schedule: | |
- cron: '0 16/2,0-6/2 * * *' | |
concurrency: renovate | |
jobs: | |
renovate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- uses: ./.github/actions/app-token-exporter | |
id: app-token | |
with: | |
private_key: ${{ secrets.PRIVATE_KEY }} | |
app_id: ${{ secrets.APP_ID }} | |
- name: Self-hosted Renovate | |
uses: renovatebot/github-action@936628dfbff213ab2eb95033c5e123cfcaf09ebb # v41.0.5 | |
with: | |
configurationFile: .github/renovate.json | |
token: ${{ steps.app-token.outputs.token }} | |
env: | |
LOG_LEVEL: 'debug' |