Skip to content

CI Broken - Won't Push to nuget.org #15

CI Broken - Won't Push to nuget.org

CI Broken - Won't Push to nuget.org #15

Workflow file for this run

name: Auto-labeling issue
on:
issues:
types:
- opened
permissions:
issues: write
jobs:
auto-labeling:

Check failure on line 11 in .github/workflows/auto-labeling.yml

View workflow run for this annotation

GitHub Actions / Auto-labeling issue

Invalid workflow file

The workflow is not valid. .github/workflows/auto-labeling.yml (Line: 11, Col: 3): Error calling workflow 'oscoreio/ai-workflows/.github/workflows/auto-labeling.yml@main'. The nested job 'label_issue' is requesting 'contents: read', but is only allowed 'contents: none'.
uses: oscoreio/ai-workflows/.github/workflows/auto-labeling.yml@main
with:
issue-number: ${{ github.event.issue.number }}
model: free-fast
provider: openrouter
secrets:
personal-access-token: ${{ secrets.PERSONAL_TOKEN }}
openrouter-api-key: ${{ secrets.OPENROUTER_API_KEY_FOR_PRS }}