From 0e720302ba4ba43eefc60b0cc87e5507ae2cd4e9 Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Wed, 2 Feb 2022 17:06:44 -0500 Subject: [PATCH] Bot token If we decide to go the bot route this should accept the new secret to create the release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c8f138bc07..38fe82af3b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,4 +29,4 @@ jobs: shell: bash run: make release TOKEN=${GITHUB_TOKEN} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}