diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b9bcc8ef..6642ea8a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,15 +15,5 @@ jobs: steps: - uses: google-github-actions/release-please-action@v4 with: - token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} release-type: simple - changelog-types: | - [ - {"type":"feat","section":"Features","hidden":false}, - {"type":"fix","section":"Bug Fixes","hidden":false}, - {"type":"style","section":"Technical","hidden":false}, - {"type":"docs","section":"Technical","hidden":false}, - {"type":"test","section":"Technical","hidden":false}, - {"type":"chore","section":"Technical","hidden":false}, - {"type":"refactor","section":"Technical","hidden":false} - ]