From b1651c82d35e04825a08be3dedfefff67f3aef6d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 28 May 2024 18:26:42 +0200 Subject: [PATCH] updatecli: signed commits (#152) --- .ci/bump-opbeans-go.yml | 1 + .github/workflows/bump-opbeans-go.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/bump-opbeans-go.yml b/.ci/bump-opbeans-go.yml index 15fbda5..e05a31a 100644 --- a/.ci/bump-opbeans-go.yml +++ b/.ci/bump-opbeans-go.yml @@ -13,6 +13,7 @@ scms: token: '{{ requiredEnv "GITHUB_TOKEN" }}' username: '{{ requiredEnv "GITHUB_ACTOR" }}' branch: main + commitusingapi: true actions: opbeans-go: diff --git a/.github/workflows/bump-opbeans-go.yml b/.github/workflows/bump-opbeans-go.yml index f7979ec..db15a5f 100644 --- a/.github/workflows/bump-opbeans-go.yml +++ b/.github/workflows/bump-opbeans-go.yml @@ -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 }}