Skip to content

PIT public deploy workflow #2

PIT public deploy workflow

PIT public deploy workflow #2

name: PIT public deploy workflow
on:
workflow_dispatch:
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger the update of the public code
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/bluegreen-labs/phenocam_installation_tool_v2/dispatches \
-d '{"ref":"main"}'