From 9dba5f83c24639de1303d0c88319210df17c565d Mon Sep 17 00:00:00 2001 From: Matthew Turney Date: Mon, 18 Dec 2023 02:44:47 +0000 Subject: [PATCH] another attempt --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c42e38e..14bc17c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,14 +13,15 @@ jobs: name: Setup dependencies runs-on: ubuntu-latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT }} steps: - name: Checkout Repo uses: actions/checkout@v4 with: - ssh-key: '${{ secrets.COMMIT_KEY }}' + token: ${{ secrets.PAT }} - name: Configure git author run: | + git config --unset http.https://github.com/.extraheader git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Setup Node.js