Skip to content

add logging

add logging #272

name: SLATE Deployment
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
uses: slateci/github-actions/.github/workflows/slate-deployment.yml@master
with:
mailgun_send_to: "[email protected], [email protected], [email protected]"
secrets:
mailgun_api_key: "${{ secrets.MAILGUN_API_KEY }}"
slate_api_token: "${{ secrets.SLATE_API_TOKEN }}"