Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: Production CI/CD Pipeline
on:
push:
branches:
- main
jobs:
ci:
uses: TogetherCrew/operations/.github/workflows/ci.yml@main
secrets:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}