ci(release): updated github token

This commit is contained in:
Ritesh Ghosh
2023-08-02 22:12:09 +05:30
parent e57973459a
commit d69b8d488a
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.CHANGELOG_SECRET }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Create release
if: ${{ steps.changelog.outputs.skipped == 'false' }}