add token file to last pull workflow
This commit is contained in:
1
.github/workflows/last-pull.yml
vendored
1
.github/workflows/last-pull.yml
vendored
@@ -13,6 +13,7 @@ env:
|
|||||||
DB_HOST: ${{ secrets.DB_HOST }}
|
DB_HOST: ${{ secrets.DB_HOST }}
|
||||||
DB_PASS: ${{ secrets.DB_PASS }}
|
DB_PASS: ${{ secrets.DB_PASS }}
|
||||||
DB_PORT: ${{ secrets.DB_PORT }}
|
DB_PORT: ${{ secrets.DB_PORT }}
|
||||||
|
TOKEN_FILE: ${{ secrets.TOKEN_FILE }}
|
||||||
jobs:
|
jobs:
|
||||||
pull-updates:
|
pull-updates:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user