From 8fce25820bab05e97dbc2172f6145803d4fe609a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 4 Jan 2024 13:43:56 +0530 Subject: [PATCH] Update new_release.yml --- .github/workflows/new_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index b8ecf2bca..8df561ad2 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -27,7 +27,7 @@ jobs: git config --global user.name "GitHub Actions" - name: Login to GitHub with token - run: gh auth login --with-token <<<"${{ secrets.GH_TOKEN }}" + run: gh auth login --with-token <<<"${{ secrets.GITHUB_TOKEN }}" - name: Create GitHub Release if: success()