From 146a149d664216c2596a12b556942342fa967e59 Mon Sep 17 00:00:00 2001 From: Anoop Kurungadam Date: Sun, 15 Dec 2024 12:35:34 +0530 Subject: [PATCH] chore: fix weekly release workflow config --- .github/workflows/initiate_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/initiate_release.yml b/.github/workflows/initiate_release.yml index da630f84fc..ad9060a094 100644 --- a/.github/workflows/initiate_release.yml +++ b/.github/workflows/initiate_release.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: jobs: - stable-release: + create-stable-release: name: Release runs-on: ubuntu-latest strategy: @@ -25,8 +25,8 @@ jobs: repo: marley title: |- "chore: release v${{ matrix.version }}" - body: "Automated release." + body: "Automated Release." base: version-${{ matrix.version }} head: version-${{ matrix.version }}-hotfix env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.EARTHIANS_BOT_TOKEN }} \ No newline at end of file