We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce2c08 commit f3a6f67Copy full SHA for f3a6f67
.github/workflows/test.yaml
@@ -13,4 +13,4 @@ jobs:
13
uses: codeboten/github-action-to-otlp@v1
14
with:
15
endpoint: "ingest.lightstep.com:443"
16
- headers: "lightstep-access-token:${{ secrets.ACCESS_TOKEN }}"
+ headers: "lightstep-access-token=${{ secrets.ACCESS_TOKEN }}"
0 commit comments