From a5d55b657bc53f3323049f224c69a4d91ba1a2bd Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Tue, 20 Feb 2024 00:20:48 +0100 Subject: [PATCH] fix(ci): fix release please workflow setup. ref #1992 --- .github/workflows/release-please.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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} - ]