From a7c8eca5aba24afba892420e3c20d9ff185ecd68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:53:27 +0000 Subject: [PATCH 1/2] Initial plan From 1c117a3a637a8bf86b2e814efcc9e87434b6fa67 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:55:30 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20update=20(release):=20use=20?= =?UTF-8?q?GH=5FPAT=20token=20in=20checkout=20to=20bypass=20branch=20rules?= =?UTF-8?q?et?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com> --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c879516..5ad7c4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 + token: ${{ secrets.GH_PAT }} - name: Create Release uses: wgtechlabs/release-build-flow-action@v1.6.0 # v1.6.0