Skip to content

Commit

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

actions:
ecs-logging-java:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit a7ec7d3

Please sign in to comment.