diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8ceb269..3277def 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,11 +26,11 @@ jobs: id: changelog uses: TriPSs/conventional-changelog-action@v4 with: - GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.changelog.outputs.tag }} release_name: ${{ steps.changelog.outputs.tag }}