Fix GH secret

This commit is contained in:
Gobinath Loganathan 2023-01-05 19:15:26 -05:00
parent 95da9334e0
commit e79444c699
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.1 uses: mathieudutour/github-tag-action@v6.1
with: with:
custom_tag: "v${{steps.get_current_version.outputs.project_version}}" custom_tag: "v${{steps.get_current_version.outputs.project_version}}"
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GH_API_SECRET }}
- name: Build Changelog - name: Build Changelog
id: build_changelog id: build_changelog