Skip to content

✨server: Implement Intercom Identity Verification by generating and c… #51

✨server: Implement Intercom Identity Verification by generating and c…

✨server: Implement Intercom Identity Verification by generating and c… #51

Workflow file for this run

name: server/base
on:
push: { branches: [sandbox] }
jobs:
build:
uses: ./.github/workflows/server-build.yaml
secrets: inherit
with: { environment: base }
deploy:
needs: build
uses: ./.github/workflows/server-deploy.yaml
secrets: inherit
with: { environment: base }