Skip to content

Merge pull request #77 from ne-sachirou/renovate/actions-setup-go-6.x #7

Merge pull request #77 from ne-sachirou/renovate/actions-setup-go-6.x

Merge pull request #77 from ne-sachirou/renovate/actions-setup-go-6.x #7

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@bf3c4a16b566952e8ffb08d8046744917f7405dc'. 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