From 6dd39766208a6465f238ef1ed181970cb93a038b Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 1 Mar 2024 09:33:24 -0800 Subject: [PATCH] fix release workflow (#347) --- .github/workflows/update-release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 36aeef942..87cd84fea 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -18,11 +18,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - - name: Setup Git - run: | - git config user.name "github-actions" - git config user.email "actions@github.com" + token: ${{ secrets.WORKFLOW_TOKEN }} - name: Fetch all history run: git fetch --unshallow || git fetch --all