Skip to content

feat: basic CI/CD were added #3

feat: basic CI/CD were added

feat: basic CI/CD were added #3

Workflow file for this run

name: Staging CI/CD Pipeline
on: pull_request
jobs:
ci:
uses: TogetherCrew/operations/.github/workflows/ci.yml@main
secrets:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}