Skip to content

Workflow file for this run

on: [push]
jobs:
test-otlp-output:
runs-on: ubuntu-latest
name: A job to test OTLP output
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: Send data to OTLP backend
uses: ./
with:
endpoint: "ingest.lightstep.com:443"
headers: "lightstep-access-token=${{ secrets.ACCESS_TOKEN }}"