From afaa87fb7e589ad0bb82aac050b921554e8392cc Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 15 Mar 2023 09:52:35 +0100 Subject: [PATCH] ci: attempt to fix publishing Disable credential persistence to ensure our token gets used. --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c98bae1c..0ae104e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,11 +147,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - token: ${{ secrets.GH_RELEASE_TOKEN }} - - name: Setup git - run: | - git config user.email ${{ secrets.GH_BOT_EMAIL }} - git config user.name ${{ secrets.GH_BOT_NAME }} + persist-credentials: false - name: Set up Node.js uses: actions/setup-node@v3.6.0 with: