FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
apm-agent-java/.github/workflows/updatecli.yml at main · elastic/apm-agent-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
elastic
/
apm-agent-java
Public
Notifications
You must be signed in to change notification settings
Fork
336
Star
593
Code
Issues
182
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
apm-agent-java
/
.github
/
workflows
/
updatecli.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
54 lines (46 loc) · 1.61 KB
Breadcrumbs
apm-agent-java
/
.github
/
workflows
/
updatecli.yml
Copy path
File metadata and controls
54 lines (46 loc) · 1.61 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name
:
updatecli
on
:
workflow_dispatch
:
~
schedule
:
-
cron
:
'
0 6 * * *
'
permissions
:
contents
:
read
jobs
:
compose
:
runs-on
:
ubuntu-latest
permissions
:
contents
:
read
packages
:
read
steps
:
-
uses
:
actions/checkout@v7
-
name
:
Get token
id
:
get_token
uses
:
actions/create-github-app-token@v3
with
:
app-id
:
${{ secrets.OBS_AUTOMATION_APP_ID }}
private-key
:
${{ secrets.OBS_AUTOMATION_APP_PEM }}
permission-contents
:
write
permission-pull-requests
:
write
-
uses
:
docker/login-action@dbcb813823bdd20940b903addbd779551569679f
#
v4.6.0
with
:
registry
:
ghcr.io
username
:
${{ github.actor }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
uses
:
elastic/oblt-actions/updatecli/run@v1
with
:
command
:
--experimental compose diff
version-file
:
.tool-versions
env
:
GITHUB_TOKEN
:
${{ steps.get_token.outputs.token }}
-
uses
:
elastic/oblt-actions/updatecli/run@v1
with
:
command
:
--experimental compose apply
version-file
:
.tool-versions
env
:
GITHUB_TOKEN
:
${{ steps.get_token.outputs.token }}
-
if
:
failure()
uses
:
elastic/oblt-actions/slack/send@v1
with
:
bot-token
:
${{ secrets.SLACK_BOT_TOKEN }}
channel-id
:
"
#apm-agent-java
"
message
:
"
:traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>
"
Back
|
FazBrowse Home
|
New Git URL