diff --git a/.github/workflows/update-filters.yml b/.github/workflows/update-filters.yml index 64fcd58f..4ac72c68 100644 --- a/.github/workflows/update-filters.yml +++ b/.github/workflows/update-filters.yml @@ -33,6 +33,7 @@ jobs: ref: pages path: pages fetch-depth: 1 + token: ${{ secrets.PAGE_PUBLISH }} # ------------------------------- # Prepare output directory @@ -100,4 +101,4 @@ jobs: git commit -m "Update filters ($(date -u))" - git push https://x-access-token:${{ github.token }}@github.com/uazo/cromite.git HEAD:pages \ No newline at end of file + git push https://x-access-token:${{ secrets.PAGE_PUBLISH }}@github.com/uazo/cromite.git HEAD:pages \ No newline at end of file