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