Skip to content

Set token permission for ci.yml #41

Set token permission for ci.yml

Set token permission for ci.yml #41

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:
contents: read-all

Check failure on line 18 in .github/workflows/renovate-validation.yml

View workflow run for this annotation

GitHub Actions / renovate-validation

Invalid workflow file

The workflow is not valid. .github/workflows/renovate-validation.yml (Line: 18, Col: 13): Unexpected value '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/[email protected]
with:
config_file_path: .github/renovate.json