Skip to content

Add dependabot config and workflow for syncing go modules (#22) #1

Add dependabot config and workflow for syncing go modules (#22)

Add dependabot config and workflow for syncing go modules (#22) #1

name: Go Dependabot PR Workspace Sync
on:
pull_request:
types:
- opened
- synchronize
jobs:
sync:
uses: ./.github/workflows/export/dependabot-go-sync.yaml

Check failure on line 11 in .github/workflows/dependabot-go-sync.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot-go-sync.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
github_app_id: "1047503"
secrets:
github_app_key: ${{ secrets.GITHUB_APP_KEY }}