We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8ebc4 commit 83d7901Copy full SHA for 83d7901
.github/workflows/release.yml
@@ -14,8 +14,9 @@ jobs:
14
id: release
15
with:
16
command: manifest
17
- token: ${{secrets.GITHUB_TOKEN}}
+ token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
18
default-branch: main
19
+ signoff: "OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>"
20
outputs:
21
release_created: ${{ steps.release.outputs.release_created }}
22
release_tag_name: ${{ steps.release.outputs.tag_name }}
0 commit comments