# opentelemetry-trace-export-forgejo-action Handles the export of OTel traces from Forgejo Actions. --- # Usage The action pulls action run metadata from non-documented Forgejo APIs and run context data; as long as it runs as the last step, it should capture details from every job in the pipeline. ```yml jobs: stepA: ... stepB: ... export-otel-traces: ... needs: [stepA, stepB] steps: - uses: https://forge.karnov.club/marc/opentelemetry-trace-export-forgejo-action with: otlp-endpoint: otlp-service-name: forgejo-token: forgejo-base-url: run-id: repo-name: ```