From 912a7aa6ae1b33332c36a27d031870249a66a5d8 Mon Sep 17 00:00:00 2001 From: Brad Brown Date: Sat, 4 Jun 2022 08:52:11 -0500 Subject: [PATCH] add token file to last pull workflow --- .github/workflows/last-pull.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/last-pull.yml b/.github/workflows/last-pull.yml index ea2ecd4..1f3a8f9 100644 --- a/.github/workflows/last-pull.yml +++ b/.github/workflows/last-pull.yml @@ -13,6 +13,7 @@ env: DB_HOST: ${{ secrets.DB_HOST }} DB_PASS: ${{ secrets.DB_PASS }} DB_PORT: ${{ secrets.DB_PORT }} + TOKEN_FILE: ${{ secrets.TOKEN_FILE }} jobs: pull-updates: runs-on: ubuntu-latest