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