diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-02 22:12:09 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-02 22:12:09 +0530 |
| commit | d69b8d488a406caeb1582d96cbdc9e5c6e52d98d (patch) | |
| tree | d2bbe85e67146fd8b88b08850d6699f77681a959 | |
| parent | e57973459a5812a3d7688ea4b4c06b030df7ea70 (diff) | |
| download | aniwatch-api-d69b8d488a406caeb1582d96cbdc9e5c6e52d98d.tar.xz aniwatch-api-d69b8d488a406caeb1582d96cbdc9e5c6e52d98d.zip | |
ci(release): updated github token
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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' }} |
