Skip to content

.github/workflows/precommit-autoupdate.yml #18

.github/workflows/precommit-autoupdate.yml

.github/workflows/precommit-autoupdate.yml #18

name: "Run pre-commit autoupdate"
on:
schedule:
- cron: "30 1 * * SAT"
workflow_dispatch:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.sha }}
cancel-in-progress: true
jobs:
precommit-autoupdate:
name: "Run pre-commit autoupdate"
uses: dbt-labs/actions/.github/workflows/pre-commit-autoupdate.yml@pre-commit-auto-update

Check failure on line 18 in .github/workflows/precommit-autoupdate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/precommit-autoupdate.yml

Invalid workflow file

error parsing called workflow ".github/workflows/precommit-autoupdate.yml" -> "dbt-labs/actions/.github/workflows/pre-commit-autoupdate.yml@pre-commit-auto-update" (source branch with sha:4e0360d7cb10fd2b14b6b6d432bf98e1020ae5c9) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
secrets:
GITHUB_TOKEN: ${{ secrets.FISHTOWN_BOT_PAT }}