Skip to content

!wip! ci: test current workflow #2

!wip! ci: test current workflow

!wip! ci: test current workflow #2

Workflow file for this run

name: Export workflow to Honeycomb
on:
push:
branches:
- "wsl/ci/ci-telemetry"
jobs:
otel-export-honeycomb:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Export workflow to Honeycomb
uses: corentinmusard/otel-cicd-action@v1
with:
otlpEndpoint: grpc://api.honeycomb.io:443/
# Example value for HONEYCOMB_OTLP_HEADERS:
# x-honeycomb-team=YOUR_API_KEY,x-honeycomb-dataset=YOUR_DATASET
otlpHeaders: ${{ secrets.HONEYCOMB_OTLP_HEADERS }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
runId: ${{ github.run_id }}