Skip to content

fix: reconnect endpoint, token refresh, toast, and isValid preservati… #237

fix: reconnect endpoint, token refresh, toast, and isValid preservati…

fix: reconnect endpoint, token refresh, toast, and isValid preservati… #237

name: Trigger QA deployment [no build]
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- ".github/workflows/**"
- "frontend/**"
- "backend/**"
- "micro-services/**"
- "supabase/**"
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger Workflow in Leadminer.io repository
run: |
repo_owner="ankaboot-source"
repo_name="leadminer.io"
event_type="trigger-qa-no-build"
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.DEPLOY_PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$repo_owner/$repo_name/dispatches \
-d "{\"event_type\": \"$event_type\"}"