diff --git a/.github/workflows/precommit-autoupdate.yml b/.github/workflows/precommit-autoupdate.yml index b4adcaabf..64db594f3 100644 --- a/.github/workflows/precommit-autoupdate.yml +++ b/.github/workflows/precommit-autoupdate.yml @@ -16,3 +16,5 @@ jobs: precommit-autoupdate: name: "Run pre-commit autoupdate" uses: dbt-labs/actions/.github/workflows/pre-commit-autoupdate.yml@pre-commit-auto-update + secrets: + GITHUB_TOKEN: ${{ secrets.FISHTOWN_BOT_PAT }}