Skip to content

Commit

Permalink
Fix GH secret
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Jan 6, 2023
1 parent 95da933 commit e79444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e79444c

Please sign in to comment.