mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
add instructions
This commit is contained in:
2
.github/workflows/update-release-branch.yml
vendored
2
.github/workflows/update-release-branch.yml
vendored
@@ -3,6 +3,8 @@ 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"}'
|
||||
types: [update-release-branch]
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user