File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 8
8
- cron : ' 0 6 * * *'
9
9
10
10
permissions :
11
- pull-requests : write
12
- contents : write
11
+ contents : read
13
12
14
13
jobs :
15
14
bump :
18
17
19
18
- uses : actions/checkout@v3
20
19
21
- - name : Setup Git
22
- uses : elastic/apm-pipeline-library/.github/actions/setup-git@current
23
-
24
- - name : Install Updatecli in the runner
25
- uses : updatecli/updatecli-action@453502948b442d7b9a923de7b40cc7ce8628505c
26
-
27
- - name : Run Updatecli
28
- env :
29
- GITHUB_TOKEN : ${{ github.token }}
30
- run : updatecli apply --config ./.ci/update-specs.yml
20
+ - uses : elastic/apm-pipeline-library/.github/actions/updatecli@current
21
+ with :
22
+ vaultUrl : ${{ secrets.VAULT_ADDR }}
23
+ vaultRoleId : ${{ secrets.VAULT_ROLE_ID }}
24
+ vaultSecretId : ${{ secrets.VAULT_SECRET_ID }}
25
+ pipeline : ./.ci/update-specs.yml
You can’t perform that action at this time.
0 commit comments