From f26e3aae0091455c31fb1602f969a2bab3dcfa83 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Fri, 31 Jan 2025 13:08:27 -0500 Subject: [PATCH] ci: run release please at the openfeature bot Signed-off-by: Michael Beemer --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 79b10d7a4..1480cbdb7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,8 +32,9 @@ jobs: id: release with: command: manifest - token: ${{secrets.GITHUB_TOKEN}} + token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}} default-branch: main + signoff: "OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>" outputs: release_created: ${{ steps.release.outputs.release_created }}