Skip to content

budgets: intervention gets its own conversation key (#2123) #1709

budgets: intervention gets its own conversation key (#2123)

budgets: intervention gets its own conversation key (#2123) #1709

name: Auto-deploy staging
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fly-deploy:
name: Fly deploy
needs: fly-secrets
uses: ./.github/workflows/fly-deploy.yml
secrets: inherit
with:
changelog: ${{ github.event.release.body }}
commitish: ${{ github.event.release.tag_name }}
deeplink: ${{ github.event.release.html_url }}
environment: staging
fly-secrets:
name: Fly secrets
uses: ./.github/workflows/fly-secrets.yml
secrets: inherit
with:
environment: staging