Skip to content

Commit d618fab

Browse files
authored
ci: run release please as OpenFeature bot (#354)
* Update release.yml Signed-off-by: Michael Beemer <[email protected]> * Update release-please-config.json Signed-off-by: Michael Beemer <[email protected]> --------- Signed-off-by: Michael Beemer <[email protected]>
1 parent 6d46d95 commit d618fab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: googleapis/release-please-action@v4
2525
id: release
2626
with:
27-
token: ${{secrets.GITHUB_TOKEN}}
27+
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
2828
target-branch: main
2929
outputs:
3030
release_created: ${{ steps.release.outputs.release_created }}

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"bootstrap-sha": "198336b098f167f858675235214cc907ede10182",
3+
"signoff": "OpenFeature Bot <[email protected]>",
34
"packages": {
45
".": {
56
"release-type": "python",

0 commit comments

Comments
 (0)