Skip to content

Commit 565b33a

Browse files
authored
ci: run release please at the openfeature bot (#745)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 3d2ddfe commit 565b33a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
id: release
3333
with:
3434
command: manifest
35-
token: ${{secrets.GITHUB_TOKEN}}
35+
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
3636
default-branch: main
37+
signoff: "OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>"
3738

3839
outputs:
3940
release_created: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)