Skip to content

Commit

Permalink
ci: updatecli signed commits (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored May 28, 2024
1 parent 6d61edb commit 0dfb5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/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-dotnet:
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 .github/update-specs.yml"
command: "--experimental apply --config .github/update-specs.yml"
env:
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}

Expand Down

0 comments on commit 0dfb5f1

Please sign in to comment.