Skip to content

Commit d95fa82

Browse files
committed
1 parent 37c0ac6 commit d95fa82

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/dash0.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Export workflow to Dash0
2+
3+
on:
4+
workflow_run:
5+
workflows:
6+
- "Test"
7+
- "Update release metadata"
8+
- "Validate release metadata"
9+
types: [completed]
10+
11+
jobs:
12+
otel-export-dash0:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: Export workflow to Dash0
17+
uses: corentinmusard/otel-cicd-action@v1
18+
with:
19+
otlpEndpoint: grpc://ingress.eu-west-1.aws.dash0-dev.com:4317
20+
otlpHeaders: ${{ secrets.DASH0_OTLP_HEADERS }}
21+
githubToken: ${{ secrets.GITHUB_TOKEN }}
22+
runId: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)