Skip to content

Set token permission for ci.yml #43

Set token permission for ci.yml

Set token permission for ci.yml #43

name: renovate-validation
on:
pull_request:
branches:
- main
paths:
- .github/workflows/renovate-validation.yml
- .github/renovate.json
push:
branches:
- main
paths:
- .github/workflows/renovate-validation.yml
- .github/renovate.json
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
jobs:
validate:
name: Renovate validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
with:
config_file_path: .github/renovate.json