-
-
Notifications
You must be signed in to change notification settings - Fork 2
105 lines (103 loc) · 2.96 KB
/
check-releases.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
name: Check Releases
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Runs every day at 12:00 AM UTC
jobs:
jade:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: jade
github-org: Blockstream
github-repo: Jade
releases: false
coldcard-mk4:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: coldcard-mk4
github-org: Coldcard
github-repo: firmware
releases: false
bitbox02-btconly:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: bitbox02-btconly
github-org: digitalbitbox
github-repo: bitbox02-firmware
bitbox02-multi:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: bitbox02-multi
github-org: digitalbitbox
github-repo: bitbox02-firmware
passport-batch-2:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: passport-batch-2
github-org: Foundation-Devices
github-repo: passport-firmware
onekey-mini:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: onekey-mini
github-org: OneKeyHQ
github-repo: firmware
onekey-classic:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: onekey-classic
github-org: OneKeyHQ
github-repo: firmware
onekey-touch:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: onekey-touch
github-org: OneKeyHQ
github-repo: firmware
cypherock-x1:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: cypherock-x1
github-org: Cypherock
github-repo: x1_wallet_firmware
prokey-optimum:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: prokey-optimum
github-org: prokey-io
github-repo: prokey-optimum-firmware
keepkey:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: keepkey
github-org: keepkey
github-repo: keepkey-firmware
seedsigner:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: seedsigner
github-org: SeedSigner
github-repo: seedsigner
releases: false
specter-diy:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: specter-diy
github-org: cryptoadvance
github-repo: specter-diy
krux:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: krux
github-org: selfcustody
github-repo: krux
trezor-model-one:
uses: ./.github/workflows/check-changelog-template.yml
with:
item-id: trezor-model-one
changelog-url: https://github.com/trezor/trezor-firmware/blob/master/legacy/firmware/CHANGELOG.md
trezor-model-t:
uses: ./.github/workflows/check-changelog-template.yml
with:
item-id: trezor-model-t
changelog-url: https://raw.githubusercontent.com/trezor/trezor-firmware/master/core/CHANGELOG.md