Skip to content

Set trigger rule to none failed (#250) #24

Set trigger rule to none failed (#250)

Set trigger rule to none failed (#250) #24

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/[email protected]
with:
deployment-id: ${{ secrets.ASTRO_DEPLOYMENT_ID }}