Skip to content

fix: added cd staging token to allow dispatch deploy #2

fix: added cd staging token to allow dispatch deploy

fix: added cd staging token to allow dispatch deploy #2

Workflow file for this run

name: staging
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
staging:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Dispatch Auto Deploy
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_PAT }}
repository: rodobarcaaa/tapir-http4s-seed
event-type: deploy
client-payload: '{"tag": "main", "environment": "staging"}'