aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index bb016f1..63c4fe9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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' }}