Skip to content

Commit

Permalink
updatecli: signed commits (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 28, 2024
1 parent e239405 commit b1651c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/bump-opbeans-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ scms:
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
branch: main
commitusingapi: true

actions:
opbeans-go:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-opbeans-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: elastic/oblt-actions/updatecli/run@v1
with:
command: "apply --config .ci/bump-opbeans-go.yml"
command: "--experimental apply --config .ci/bump-opbeans-go.yml"
env:
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}

Expand Down

0 comments on commit b1651c8

Please sign in to comment.