Skip to content

Commit 83d7901

Browse files
authored
ci: update release please config
Use the OpenFeature Bot user Signed-off-by: Michael Beemer <[email protected]>
1 parent 1e8ebc4 commit 83d7901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
id: release
1515
with:
1616
command: manifest
17-
token: ${{secrets.GITHUB_TOKEN}}
17+
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
1818
default-branch: main
19+
signoff: "OpenFeature Bot <[email protected]>"
1920
outputs:
2021
release_created: ${{ steps.release.outputs.release_created }}
2122
release_tag_name: ${{ steps.release.outputs.tag_name }}

0 commit comments

Comments
 (0)