Skip to content

Add CD workflow

Add CD workflow #2

Workflow file for this run

name: CD Release Pipeline
concurrency:
group: cd-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: ["add-cd"]
tags:
- "*/*"
jobs:
release:
name: "Release sink-mongo"
uses: ./.github/workflows/cd-release.yml
with:
target: sink-mongo
secrets:
cachix-token: "${{ secrets.CACHIX_AUTH_TOKEN }}"