Skip to content

Commit

Permalink
ci: run release please as OpenFeature bot (#354)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
beeme1mr authored Jul 31, 2024
1 parent 6d46d95 commit d618fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{secrets.GITHUB_TOKEN}}
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
target-branch: main
outputs:
release_created: ${{ steps.release.outputs.release_created }}
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"bootstrap-sha": "198336b098f167f858675235214cc907ede10182",
"signoff": "OpenFeature Bot <[email protected]>",
"packages": {
".": {
"release-type": "python",
Expand Down

0 comments on commit d618fab

Please sign in to comment.