Skip to content

Commit 96d7ff3

Browse files
authored
ci: updatecli signed commits (#117)
1 parent dd93fe4 commit 96d7ff3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/update-specs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ scms:
1111
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
1212
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
1313
branch: main
14+
commitusingapi: true
1415

1516
actions:
1617
ecs-logging-python:

.github/workflows/update-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: elastic/oblt-actions/updatecli/run@v1
2121
with:
22-
command: "apply --config .ci/update-specs.yml"
22+
command: "--experimental apply --config .ci/update-specs.yml"
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}
2525

0 commit comments

Comments
 (0)