Skip to content

Add a toggle to turn Crossref Events off (#227) #12

Add a toggle to turn Crossref Events off (#227)

Add a toggle to turn Crossref Events off (#227) #12

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 }}