Skip to content

RelativeCI

RelativeCI #1397

Workflow file for this run

name: RelativeCI
on:
workflow_run:
workflows: ["Build"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2
- name: Send webpack stats to RelativeCI
uses: relative-ci/agent-action@v3.1.0-beta.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
key: ${{ secrets.RELATIVE_CI_KEY }}
env:
DEBUG: "relative-ci:agent"