Skip to content

Merge pull request #72 from ne-sachirou/renovate/reviewdog-action-act… #2

Merge pull request #72 from ne-sachirou/renovate/reviewdog-action-act…

Merge pull request #72 from ne-sachirou/renovate/reviewdog-action-act… #2

Workflow file for this run

---
name: main branch
"on":
push:
branches:
- main
jobs:
test-actions:

Check failure on line 9 in .github/workflows/on-push-main.yaml

View workflow run for this annotation

GitHub Actions / main branch

Invalid workflow file

The workflow is not valid. .github/workflows/on-push-main.yaml (Line: 9, Col: 3): Error calling workflow 'ne-sachirou/go-graceful/.github/workflows/run-test-actions.yaml@c9b172bcae0073c739f5ccde7bbe1f0491290a32'. The nested job 'test-actions' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
permissions:
contents: read
uses: ./.github/workflows/run-test-actions.yaml
test-go:
permissions:
contents: read
uses: ./.github/workflows/run-test-go.yaml