From 7928587bdfa73e2cc567513c57aa548345c7a53c Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 16 Jun 2020 09:34:06 +0100 Subject: [PATCH] Update .github/workflows/update-release-branch.yml Co-authored-by: Alex Kalyvitis <1204095+alexkappa@users.noreply.github.com> --- .github/workflows/update-release-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index 531fb433b..6815ac3cf 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -5,6 +5,7 @@ on: 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"}' + # Replace with a personal access token from this page: https://github.com/settings/tokens types: [update-release-branch] jobs: