File tree 4 files changed +20
-151
lines changed
4 files changed +20
-151
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
githubConfig :
7
7
kind : github
8
8
spec :
9
- user : ' {{ requiredEnv "GIT_USER " }}'
10
- email : ' {{ requiredEnv "GIT_EMAIL " }}'
11
- owner : elastic
12
- repository : elastic-agent
9
+ user : ' {{ requiredEnv "GITHUB_ACTOR " }}'
10
+ username : ' {{ requiredEnv "GITHUB_ACTOR " }}'
11
+ owner : ' {{ .scm.owner }} '
12
+ repository : ' {{ .scm.repository }} '
13
13
token : ' {{ requiredEnv "GITHUB_TOKEN" }}'
14
- username : ' {{ requiredEnv "GIT_USER" }} '
14
+ commitusingapi : true
15
15
branch : main
16
16
17
17
actions :
Original file line number Diff line number Diff line change
1
+ scm :
2
+ enabled : true
3
+ owner : elastic
4
+ repository : elastic-agent
5
+ branch : main
6
+ # begin updatecli-compose policy values
7
+ user : ' github-actions[bot]'
8
+ email : ' 41898282+github-actions[bot]@users.noreply.github.com'
9
+ commitusingapi : true
10
+ # end updatecli-compose policy values
11
+
12
+ # This will be moved to the scm section in the future and use
13
+ # commitusingapi instead.
14
+ signedcommit : true
Original file line number Diff line number Diff line change 25
25
uses : updatecli/updatecli-action@d0950ebbe80f4f80c3392b288d6a218fae872f69 # v0.76.1
26
26
27
27
- name : Run Updatecli in Apply mode
28
- run : updatecli apply --config .github /updatecli-bump-golang.yml
28
+ run : updatecli apply --config .ci/updatecli /updatecli-bump-golang.yml
29
29
env :
30
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
- GIT_USER : " github-actions[bot]"
32
- GIT_EMAIL : " 41898282+github-actions[bot]@users.noreply.github.com"
33
31
34
32
- if : ${{ failure() }}
35
33
uses : slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
You can’t perform that action at this time.
0 commit comments