Skip to content

Commit

Permalink
action: use opentelemetry composite action (#2282) (#2283)
Browse files Browse the repository at this point in the history
(cherry picked from commit ed409ce)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Jan 17, 2023
1 parent 28678f5 commit 6b4294b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: OpenTelemetry Export Trace

on:
workflow_run:
workflows:
- golangci-lint
types: [completed]

jobs:
otel-export-trace:
runs-on: ubuntu-latest
steps:
- uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@current
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}

0 comments on commit 6b4294b

Please sign in to comment.