Skip to content

Trigger repository workflows #7

Trigger repository workflows

Trigger repository workflows #7

Workflow file for this run

name: Trigger repository workflows
on:
page_build:
workflow_dispatch:
jobs:
appledbweb:
runs-on: ubuntu-latest
steps:
- name: Trigger
run: |
curl -L \
-X POST -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PRIVATE_TOKEN_GITHUB }}" \
https://api.github.com/repos/littlebyteorg/appledb-web/actions/workflows/19262583/dispatches \
-d '{"ref":"main"}'
ioscfw:
runs-on: ubuntu-latest
steps:
- name: Trigger
run: |
curl -L \
-X POST -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PRIVATE_TOKEN_GITHUB }}" \
https://api.github.com/repos/cfw-guide/ios.cfw.guide/actions/workflows/14511438/dispatches \
-d '{"ref":"main"}'