From adafd623f6719eb476d73f59af6a5bd0b4b80be7 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Fri, 5 Jun 2026 12:32:38 +0200 Subject: [PATCH] [TOOLS] use pat --- .github/workflows/update-filters.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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