mirror of
https://github.com/github/codeql-action.git
synced 2026-04-01 17:22:19 +00:00
Merge pull request #63 from github/add_dispatch_instructions
Add simple instructions for sending repository dispatch event
This commit is contained in:
3
.github/workflows/update-release-branch.yml
vendored
3
.github/workflows/update-release-branch.yml
vendored
@@ -3,6 +3,9 @@ on:
|
||||
schedule:
|
||||
- cron: 0 9 * * 1
|
||||
repository_dispatch:
|
||||
# Example of how to trigger this:
|
||||
# curl -H "Authorization: Bearer <token>" -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'
|
||||
# Replace <token> with a personal access token from this page: https://github.com/settings/tokens
|
||||
types: [update-release-branch]
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user