mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* Bugfix: unknown kex fixes for SpecterMigrator * create sha256sums * fix * kick * kick * kick * kick * kick * a script for signing * kick * kick * lots of stuff * improve caching * improve caching * reasonable wget progress output * kick * kick * kick * hash and signing for windows * sha256impl in py for win incl refactoring * kick * kick * kick * kick * kick * kick * kick * kick * small test-cypress change
11 lines
No EOL
398 B
Bash
Executable file
11 lines
No EOL
398 B
Bash
Executable file
#!/bin/bash
|
|
|
|
payload="{\"ref\":\"master\", \"inputs\": {\"tag\": \"${CI_COMMIT_TAG}\"}}"
|
|
echo $payload
|
|
# This Token is controlled by https://github.com/AaronDewes
|
|
|
|
curl -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${AARON_TOKEN}" \
|
|
https://api.github.com/repos/lncm/docker-specter-desktop/actions/workflows/dispatch.yml/dispatches -d @<(cat <<EOF
|
|
$payload
|
|
EOF
|
|
) |