Skip to content

Code Simplifier

Code Simplifier #1

name: Code Simplifier
on:
schedule:
- cron: "0 4 * * 0,3,6"
workflow_dispatch:
permissions:
contents: write
id-token: write
pull-requests: write
concurrency:
group: code-simplifier-${{ github.ref }}
cancel-in-progress: true
jobs:
simplify:

Check failure on line 16 in .github/workflows/code-simplifier.yml

View workflow run for this annotation

GitHub Actions / Code Simplifier

Invalid workflow file

The workflow is not valid. .github/workflows/code-simplifier.yml (Line: 16, Col: 3): Error calling workflow 'JacobPEvans/ai-workflows/.github/workflows/code-simplifier.yml@v0.9.2'. The workflow is requesting 'actions: read', but is only allowed 'actions: none'. .github/workflows/code-simplifier.yml (Line: 16, Col: 3): Error calling workflow 'JacobPEvans/ai-workflows/.github/workflows/code-simplifier.yml@v0.9.2'. The nested job 'check-daily-limit' is requesting 'actions: read', but is only allowed 'actions: none'.
uses: JacobPEvans/ai-workflows/.github/workflows/code-simplifier.yml@v0.9.2
secrets: inherit