We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a3247 commit 48a21b2Copy full SHA for 48a21b2
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,14 @@ jobs:
13
runs-on: ubuntu-slim
14
permissions:
15
contents: read
16
+ actions: read
17
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 }}"]'
24
- uses: actions/checkout@v6.0.1
25
with:
26
ref: ${{ inputs.ref }}
0 commit comments