Skip to content

Commit ae44e53

Browse files
authored
fix: use environment as a annotation tag (#119)
* fix: use environment as a annotation tag
1 parent a07fc99 commit ae44e53

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release_marker.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ on:
4444
description: Environment
4545
required: false
4646
type: string
47-
47+
grafanaAnnotationTag:
48+
description: Custom annotation tag
49+
required: false
50+
type: string
51+
default: 'default'
52+
4853
secrets:
4954
newRelicApiKey:
5055
description: New Relic API key
@@ -82,7 +87,7 @@ jobs:
8287
apiHost: https://grafana.apify.dev
8388
apiToken: ${{ secrets.grafanaApiToken}}
8489
text: ${{ inputs.environment }} - Deployment of ${{ inputs.revision }}
85-
tags: deployment,github
90+
tags: deployment,github,${{ inputs.environment }},${{ inputs.grafanaAnnotationTag }}
8691

8792
sentry:
8893
if: inputs.sentryOrg != ''

0 commit comments

Comments
 (0)