Skip to content

Add subtitle to filter (#246) #21

Add subtitle to filter (#246)

Add subtitle to filter (#246) #21

Workflow file for this run

name: Astronomer CI - Deploy code
on:
push:
tags:
- 'v*'
env:
## Set API Token as an environment variable
ASTRO_API_TOKEN: ${{ secrets.ASTRO_API_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Astro
uses: astronomer/deploy-action@v0.4
with:
deployment-id: ${{ secrets.ASTRO_DEPLOYMENT_ID }}