Skip to content

Commit a678c67

Browse files
authored
action: use opentelemetry composite action (#134)
1 parent a240c28 commit a678c67

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/opentelemetry.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: OpenTelemetry Export Trace
3+
4+
on:
5+
workflow_run:
6+
workflows:
7+
- test
8+
types: [completed]
9+
10+
jobs:
11+
otel-export-trace:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@current
15+
with:
16+
vaultUrl: ${{ secrets.VAULT_ADDR }}
17+
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
18+
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}

0 commit comments

Comments
 (0)