Skip to content

chore: added pinetrymode for signing artifacts (#17) #22

chore: added pinetrymode for signing artifacts (#17)

chore: added pinetrymode for signing artifacts (#17) #22

name: Trigger Main Repo Build
on:
push:
branches:
- main
jobs:
trigger:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'release:')
steps:
- name: Trigger client core repo workflow
run: |
curl -d "{\"event_type\": \"android_repo_push\"}" -H "Content-Type: application/json" -H "Authorization: token ${AUTORELEASE_PAT}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/juspay/hyperswitch-client-core/dispatches"
env:
AUTORELEASE_PAT: ${{ secrets.AUTORELEASE_PAT }}