Integrations

Connect ActivitySmith to your delivery pipeline

Start with our official GitHub Action to post live deployment progress to iOS in minutes.

GitHub Marketplace

ActivitySmith GitHub Action

Add ActivitySmith updates directly inside your CI workflow so your team can follow build and deploy status from Live Activities.

  • Zero server setup for CI progress updates
  • Works alongside your existing GitHub Actions jobs
  • Configure in minutes using your `ACTIVITYSMITH_API_KEY` secret
View on GitHub Marketplace
Quick Start.github/workflows/deploy.yml
- name: Start live activity
  id: start_activity
  uses: ActivitySmithHQ/[email protected]
  with:
    action: start_live_activity
    api-key: ${{ secrets.ACTIVITYSMITH_API_KEY }}
    payload: |
      content_state:
        title: "ActivitySmith API Deployment"
        subtitle: "ci: install & build"
        number_of_steps: 3
        current_step: 1
        type: "segmented_progress"
        color: "green"

Customize `title`, `subtitle`, and step counts for each workflow.