From e79444c699c2720f0f524b05a65e67d8f5562877 Mon Sep 17 00:00:00 2001 From: Gobinath Loganathan Date: Thu, 5 Jan 2023 19:15:26 -0500 Subject: [PATCH] Fix GH secret --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9830a9b..c475c77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.1 with: custom_tag: "v${{steps.get_current_version.outputs.project_version}}" - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_API_SECRET }} - name: Build Changelog id: build_changelog