Skip to content

RelativeCI

RelativeCI #6814

Workflow file for this run

name: RelativeCI
on:
workflow_run:
workflows: ["ci"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send webpack stats to RelativeCI
uses: relative-ci/agent-action@v2.1.10
with:
# RelativeCI project key
key: ${{ secrets.RELATIVE_CI_KEY }}
# GitHub token
token: ${{ secrets.GITHUB_TOKEN }}