File tree Expand file tree Collapse file tree 1 file changed +4
-27
lines changed Expand file tree Collapse file tree 1 file changed +4
-27
lines changed Original file line number Diff line number Diff line change 1
- # Marks release in New Relic and/or Sentry
1
+ # Marks release in Grafana and/or Sentry
2
2
name : release marker
3
3
4
4
on :
8
8
description : Revision that will be marked
9
9
required : true
10
10
type : string
11
- newRelicAccountId :
12
- description : New Relic account ID
13
- required : false
14
- type : number
15
- newRelicApplicationId :
16
- description : New Relic application ID
17
- required : false
18
- type : string
19
11
sentryOrg :
20
12
description : Sentry Organization
21
13
required : false
49
41
required : false
50
42
type : string
51
43
default : ' default'
52
-
44
+
53
45
secrets :
54
- newRelicApiKey :
55
- description : New Relic API key
56
- required : false
57
46
sentryAuthToken :
58
47
description : Sentry authentication token
59
48
required : false
65
54
required : false
66
55
67
56
jobs :
68
- new_relic :
69
- if : inputs.newRelicAccountId != ''
70
- runs-on : ubuntu-latest
71
- steps :
72
- - name : mark
73
- uses : newrelic/deployment-marker-action@v1
74
- with :
75
- apiKey : ${{ secrets.newRelicApiKey }}
76
- accountId : ${{ inputs.newRelicAccountId }}
77
- applicationId : ${{ inputs.newRelicApplicationId }}
78
- revision : ${{ inputs.revision }}
79
-
80
57
grafana :
81
58
if : inputs.revision != ''
82
59
runs-on : ubuntu-latest
@@ -119,12 +96,12 @@ jobs:
119
96
slack_notification_failure :
120
97
if : failure() && inputs.slackChannelId != ''
121
98
needs :
122
- - new_relic
99
+ - grafana
123
100
- sentry
124
101
uses : ./.github/workflows/slack.yaml
125
102
with :
126
103
slackChannelId : ${{ inputs.slackChannelId }}
127
- subject : " marking release in new relic /sentry failed"
104
+ subject : " marking release in new Grafana /sentry failed"
128
105
revision : ${{ inputs.revision }}
129
106
actorOverride : ${{ inputs.actorOverride }}
130
107
jobStatus : failure
You can’t perform that action at this time.
0 commit comments