From d546ee09e78a9ff4b490161445f00dd7aa047d2c Mon Sep 17 00:00:00 2001 From: Chris Dial Date: Sun, 21 Apr 2024 10:50:42 -0700 Subject: [PATCH] fix(#22): Still attempting to get this to work --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a403687..828a3d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: with: ref: main fetch-depth: 0 + token: ${{ secrets.ACTION_RUNNER_TOKEN }} - name: Configure Git user run: |