From 60e333c44dc6fbd11f28a091e2df4b25b67e1e27 Mon Sep 17 00:00:00 2001 From: cdxker Date: Mon, 9 Sep 2024 15:01:05 -0700 Subject: [PATCH] ci: release-please to use proper token --- .github/workflows/release.yaml | 3 +++ release-please-config.json | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e7c5723bd..68e1a0e83 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,6 +21,9 @@ jobs: - name: Release Please id: release-please uses: googleapis/release-please-action@v4 + with: + token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + release-type: simple publish-manifest: needs: diff --git a/release-please-config.json b/release-please-config.json index 87740d126..89612cdff 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -15,6 +15,7 @@ { "type": "enhancement", "section": "Enhacements" }, { "type": "enhancements", "section": "Enhacements" }, { "type": "fix", "section": "Bug Fixes" }, + { "type": "bugfix", "section": "Bug Fixes" }, { "type": "chore", "section": "Other" }, { "type": "docs", "section": "Docs" }, { "type": "perf", "section": "Performance" },