aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-02 22:12:09 +0530
committerRitesh Ghosh <[email protected]>2023-08-02 22:12:09 +0530
commitd69b8d488a406caeb1582d96cbdc9e5c6e52d98d (patch)
treed2bbe85e67146fd8b88b08850d6699f77681a959
parente57973459a5812a3d7688ea4b4c06b030df7ea70 (diff)
downloadaniwatch-api-d69b8d488a406caeb1582d96cbdc9e5c6e52d98d.tar.xz
aniwatch-api-d69b8d488a406caeb1582d96cbdc9e5c6e52d98d.zip
ci(release): updated github token
-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' }}