Skip to content

Commit

Permalink
github-action: fix ident (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Mar 12, 2024
1 parent fbbeb15 commit 51b8f1f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/opentelemetry.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
name: OpenTelemetry Export Trace
name: OpenTelemetry Export Trace

on:
workflow_run:
workflows:
- ci
types: [completed]
on:
workflow_run:
workflows:
- "*"
types: [completed]

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 }}
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 51b8f1f

Please sign in to comment.