From 7ad71522475020adefd0d4c5671ae9989e5f0fd6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:08:37 +0000 Subject: [PATCH 1/2] Initial plan From 254f9334246a4e831fc085115b23dc1f80a0745f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:13:44 +0000 Subject: [PATCH 2/2] fix: use METRICS_TOKEN for cross-org repository template steps in metrics workflow --- .github/workflows/metrics.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 5e826da98..73e3f7377 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -72,7 +72,8 @@ jobs: with: filename: ${{ env.zi_followup_svg }} template: repository - token: ${{ github.token }} + token: ${{ secrets.METRICS_TOKEN }} + committer_token: ${{ github.token }} user: ${{ github.repository_owner }} base: header, activity,community,repositories committer_branch: metrics @@ -82,7 +83,8 @@ jobs: with: filename: ${{ env.wiki_followup_svg }} template: repository - token: ${{ github.token }} + token: ${{ secrets.METRICS_TOKEN }} + committer_token: ${{ github.token }} user: ${{ github.repository_owner }} base: header, activity,community,repositories committer_branch: metrics @@ -92,7 +94,8 @@ jobs: with: filename: ${{ env.f-sy-h_followup_svg }} template: repository - token: ${{ github.token }} + token: ${{ secrets.METRICS_TOKEN }} + committer_token: ${{ github.token }} user: ${{ github.repository_owner }} base: header, activity,community,repositories committer_branch: metrics