From 3f7c8393227c9fa78212fa176186027bdb4e9c4d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 24 Nov 2024 09:09:24 -0800 Subject: [PATCH] fix: update release process to allow the bot to do releases (#287) --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49f9f4e2..17fb2a23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,12 @@ jobs: with: fetch-depth: 0 ref: ${{ github.head_ref || github.ref_name }} + token: ${{ secrets.BOT_ACCESS_TOKEN }} + + - name: Setup Git + run: | + git config user.name "uiprotectbot" + git config user.email "uiprotect@koston.org" # Do a dry run of PSR - name: Test release