From 63ec4486a0046926ea787d016ce9e7347d68005b Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Wed, 17 Dec 2025 06:47:00 +0530 Subject: [PATCH] Use GITHUB_TOKEN instead of CD_TOKEN for releases --- .github/workflows/createtagandrelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/createtagandrelease.yml b/.github/workflows/createtagandrelease.yml index bc099de5..0b74aa92 100644 --- a/.github/workflows/createtagandrelease.yml +++ b/.github/workflows/createtagandrelease.yml @@ -26,4 +26,4 @@ jobs: name: ${{ steps.tag_and_prepare_release.outputs.new_tag }} tag: ${{ steps.tag_and_prepare_release.outputs.new_tag }} body: See the CHANGELOG.md for details. - token: ${{ secrets.CD_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }}