mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-13 07:57:07 +00:00
8629468e45
* move cirrus release script * update a few other places
7 lines
304 B
Bash
Executable File
7 lines
304 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl -X POST https://api.github.com/repos/ClementTsang/choco-bottom/dispatches \
|
|
-H 'Accept: application/vnd.github.everest-preview+json' \
|
|
-u ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} \
|
|
--data '{ "event_type": "update", "client_payload": { "version": "'"$RELEASE_VERSION"'" } }'
|