From 9788a4fe69b6f9633df5ce6917442ebc7471f3dd Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 6 Sep 2024 19:26:00 -0400 Subject: [PATCH] fix token --- .github/workflows/precommit-autoupdate.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}