From c2d2dfdcdda002b86238a04cd115c9f89a687ceb Mon Sep 17 00:00:00 2001 From: Robert Brignull Date: Mon, 15 Jun 2020 14:17:16 +0100 Subject: [PATCH] add instructions --- .github/workflows/update-release-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index 3cd98d649..531fb433b 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -3,6 +3,8 @@ on: schedule: - cron: 0 9 * * 1 repository_dispatch: + # Example of how to trigger this: + # curl -H "Authorization: Bearer " -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}' types: [update-release-branch] jobs: