From b1aed9a4e267665c39761d5a1aac75e6a269ed06 Mon Sep 17 00:00:00 2001 From: johnmhoran Date: Mon, 13 Apr 2026 11:40:10 -0700 Subject: [PATCH] Restore PAT for workflow pushes to re-enable deployment trigger Signed-off-by: johnmhoran --- .github/workflows/update-releases.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-releases.yml b/.github/workflows/update-releases.yml index bc08e91..d63d669 100644 --- a/.github/workflows/update-releases.yml +++ b/.github/workflows/update-releases.yml @@ -51,6 +51,9 @@ jobs: - aboutcode-org/www.aboutcode.org # Add more repos here + env: + GITHUB_TOKEN: ${{ secrets.GH_REPO_POLLING }} + steps: # 1 Checkout the target repo (Repo B) - name: Checkout repository @@ -58,6 +61,7 @@ jobs: with: ref: main fetch-depth: 0 + token: ${{ secrets.GH_REPO_POLLING }} # 2 Debug: show which repo is being processed - name: Debug - current repo