From ab90c07cbf869dd6f1e02487159339a55db71015 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Wed, 2 Oct 2024 09:45:44 -0600 Subject: [PATCH] try to fix missing token issue Signed-off-by: Alfredo Gutierrez --- .github/workflows/release-automation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 7e71b4d8..fa951652 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -80,7 +80,7 @@ jobs: with: fetch-depth: 0 ref: main - token: ${{ secrets.HEDERA_BOT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Import GPG Key id: gpg_importer @@ -218,4 +218,4 @@ jobs: delete-branch: true signoff: true title: ${{ needs.release.outputs.pr_title }} - token: ${{ secrets.HEDERA_BOT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }}