From 28875ad58d12ccc35873f02084d4cbdfa357483f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 28 May 2024 18:42:21 +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 fb45ad9..614020d 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-python: diff --git a/.github/workflows/update-specs.yml b/.github/workflows/update-specs.yml index 60d8dae..73522fe 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 }}