mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 02:09:40 +00:00
Send dispatch event with drone
This commit is contained in:
11
scripts/dispatch
Executable file
11
scripts/dispatch
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -x
|
||||
|
||||
REPO="https://api.github.com/repos/rancher/k3s-upgrade/dispatches"
|
||||
|
||||
# send dispatch event to REPO
|
||||
curl -XPOST -u "${PAT_USERNAME}:${PAT_TOKEN}" \
|
||||
-H "Accept: application/vnd.github.everest-preview+json" \
|
||||
-H "Content-Type: application/json" $REPO \
|
||||
--data '{"event_type": "create_tag", "client_payload": {"tag":"'"$DRONE_TAG"'"}}'
|
||||
Reference in New Issue
Block a user