Skip to content

Merge pull request #75 from ne-sachirou/renovate/golangci-golangci-li… #5

Merge pull request #75 from ne-sachirou/renovate/golangci-golangci-li…

Merge pull request #75 from ne-sachirou/renovate/golangci-golangci-li… #5

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