Skip to content

Commit 48a21b2

Browse files
Deploy OpenTelemetry (#2753)
Co-authored-by: plengauer <100447901+plengauer@users.noreply.github.com>
1 parent 41a3247 commit 48a21b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ jobs:
1313
runs-on: ubuntu-slim
1414
permissions:
1515
contents: read
16+
actions: read
1617
steps:
18+
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.38.2
19+
env:
20+
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
21+
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
22+
with:
23+
secrets_to_redact: '["${{ github.token }}"]'
1724
- uses: actions/checkout@v6.0.1
1825
with:
1926
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)