Skip to content

fix(ci-standards-check): allow to use beta version in workflow (#107) #91

fix(ci-standards-check): allow to use beta version in workflow (#107)

fix(ci-standards-check): allow to use beta version in workflow (#107) #91

name: Send Deployment Event
on:
push:
branches: main
jobs:
release:
runs-on: [ubuntu-latest]
steps:
- uses: Typeform/.github/shared-actions/send-deployment-event@v1
with:
user-id: "16235864"
event: "engineering_deploy"
repository-slug: ${{ github.repository }}
segment-deploy-key: ${{ secrets.DEPLOYMENT_SEGMENT_WRITE_KEY }}
is-internal-repository-deployment: true