Skip to content

RelativeCI

RelativeCI #917

Workflow file for this run

name: RelativeCI
on:
workflow_run:
workflows: ["build"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send bundle stats and build information to RelativeCI (editor)
uses: relative-ci/agent-action@v2
with:
artifactName: relative-ci-artifacts-editor
key: ${{ secrets.RELATIVE_CI_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}