Skip to content

Sync labels

Sync labels #116

Workflow file for this run

---
name: Sync labels
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
paths:
- .github/labels.yml
schedule:
- cron: "34 5 * * *"
workflow_call:
workflow_dispatch:
permissions:
issues: write
jobs:
SyncLabels:

Check failure on line 20 in .github/workflows/sync-labels.yml

View workflow run for this annotation

GitHub Actions / Sync labels

Invalid workflow file

The workflow is not valid. .github/workflows/sync-labels.yml (Line: 20, Col: 3): Error calling workflow 'ivuorinen/.github/.github/workflows/sync-labels.yml@main'. The workflow is requesting 'actions: read, attestations: read, checks: read, contents: read, deployments: read, discussions: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, attestations: none, checks: none, contents: none, deployments: [...]
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main