From e3c843522018b4f3e7ea3fb0f374a050812bc357 Mon Sep 17 00:00:00 2001 From: Christopher Jolly Date: Fri, 25 Apr 2025 05:30:52 +0800 Subject: [PATCH] Update auto_commit.yml (#279) --- .github/workflows/auto_commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_commit.yml b/.github/workflows/auto_commit.yml index d527a63..a54bada 100644 --- a/.github/workflows/auto_commit.yml +++ b/.github/workflows/auto_commit.yml @@ -15,7 +15,7 @@ jobs: with: repository: ${{ github.event.workflow_run.head_repository.full_name }} ref: ${{ github.event.workflow_run.head_branch }} - token: ${{ secrets.GH_PUBLIC_REPOSITORIES_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 - name: 'Download Green Tests' id: DownloadGreenTests