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