I build open-source tools for practical AI-agent workflows.
Artifact Relay is a private-by-default, self-hosted gateway that turns long Markdown and standalone HTML agent outputs into mobile-friendly pages.
If a workflow already produces a Markdown or standalone HTML report, the v1.3.0 composite action can publish it without passing the relay token as an action input or command-line argument:
- name: Publish report
uses: eloktev/artifact-relay@v1.3.0
env:
ARTIFACT_RELAY_API_TOKEN: ${{ secrets.ARTIFACT_RELAY_API_TOKEN }}
with:
relay-url: https://artifacts.example.com
artifact-path: build/report.md
