Skip to content

Commit

Permalink
Merge branch 'master' into feature/fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Mar 12, 2024
2 parents 4dc8250 + 51b8f1f commit 9daab5d
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
---
name: OpenTelemetry Export Trace
name: OpenTelemetry Export Trace

on:
workflow_run:
workflows: ["*"]
types: [completed]
on:
workflow_run:
workflows:
- "*"
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 }}
permissions:
contents: read

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 9daab5d

Please sign in to comment.