Skip to content

ci: zizmor workflow #276

ci: zizmor workflow

ci: zizmor workflow #276

Workflow file for this run

name: build-model
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'main'
- 'model/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-model.yml'
- 'hack/scripts/**'
- 'pkg/model/**'
- 'docker-bake.hcl'
pull_request:
branches:
- 'main'
- 'model/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-model.yml'
- 'hack/scripts/**'
- 'pkg/model/**'
- 'docker-bake.hcl'
jobs:
run:
uses: ./.github/workflows/.build.yml

Check failure on line 34 in .github/workflows/build-model.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-model.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-model.yml" -> "./.github/workflows/.build.yml" : secret name `github_token` within `workflow_call` can not be used since it would collide with system reserved name
with:
name: model