From 2aeb9a39f445c9868e41e9288594c5a4745f41f2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 28 May 2024 18:39:20 +0200 Subject: [PATCH] ci: updatecli signed commits --- .ci/update-specs.yml | 1 + .github/workflows/update-specs.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/update-specs.yml b/.ci/update-specs.yml index 3837000b..42b72110 100644 --- a/.ci/update-specs.yml +++ b/.ci/update-specs.yml @@ -11,6 +11,7 @@ scms: token: '{{ requiredEnv "GITHUB_TOKEN" }}' username: '{{ requiredEnv "GITHUB_ACTOR" }}' branch: main + commitusingapi: true actions: ecs-logging-java: diff --git a/.github/workflows/update-specs.yml b/.github/workflows/update-specs.yml index 18cb1456..6b719dc6 100644 --- a/.github/workflows/update-specs.yml +++ b/.github/workflows/update-specs.yml @@ -19,7 +19,7 @@ jobs: - uses: elastic/oblt-actions/updatecli/run@v1 with: - command: "apply --config .ci/update-specs.yml" + command: "--experimental apply --config .ci/update-specs.yml" env: GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}