-
-
Notifications
You must be signed in to change notification settings - Fork 2
198 lines (196 loc) · 5.95 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
name: Check Releases
on:
workflow_dispatch:
schedule:
- cron: "20 23 * * *" # Runs every day at 23:20 UTC
- cron: "20 11 * * *" # Runs every day at 11:20 UTC
jobs:
bitbox02-btconly:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: bitbox02-btconly
github-org: digitalbitbox
github-repo: bitbox02-firmware
allReleases: true
allReleasesInclude: "Bitcoin-only"
social-enabled: true
bitbox02-multi:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: bitbox02-multi
github-org: digitalbitbox
github-repo: bitbox02-firmware
allReleases: true
allReleasesInclude: "Multi"
coldcard-mk4:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: coldcard-mk4
changelog-url: https://raw.githubusercontent.com/Coldcard/firmware/master/releases/ChangeLog.md
social-enabled: true
coldcard-q:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: coldcard-q
changelog-url: https://raw.githubusercontent.com/Coldcard/firmware/master/releases/ChangeLog.md
social-enabled: true
coolwallet-pro:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: coolwallet-pro
changelog-url: https://raw.githubusercontent.com/CoolBitX-Technology/coolwallet-pro-se/main/CHANGELOG.md
cypherock-x1:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: cypherock-x1
github-org: Cypherock
github-repo: x1_wallet_firmware
latestRelease: true
gridplus-lattice1:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: gridplus-lattice1
github-org: GridPlus
github-repo: lattice-software-releases
allReleases: true
allReleasesInclude: "HSM-"
jade:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: jade
github-org: Blockstream
github-repo: Jade
tag: true
social-enabled: true
keepkey:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: keepkey
github-org: keepkey
github-repo: keepkey-firmware
latestRelease: true
keystone-3-pro:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: keystone-3-pro
github-org: KeystoneHQ
github-repo: keystone3-firmware
allReleases: true
allReleasesInclude: "-BTC"
social-enabled: true
krux:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: krux
github-org: selfcustody
github-repo: krux
latestRelease: true
social-enabled: true
onekey-mini:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: onekey-mini
github-org: OneKeyHQ
github-repo: firmware
allReleases: true
allReleasesInclude: "mini"
onekey-classic:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: onekey-classic
github-org: OneKeyHQ
github-repo: firmware
allReleases: true
allReleasesInclude: "classic"
onekey-classic-1s:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: onekey-classic-1s
github-org: OneKeyHQ
github-repo: firmware
allReleases: true
allReleasesInclude: "classic"
onekey-pro:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: onekey-pro
github-org: OneKeyHQ
github-repo: firmware
allReleases: true
allReleasesInclude: "touch"
onekey-touch:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: onekey-touch
github-org: OneKeyHQ
github-repo: firmware
allReleases: true
allReleasesInclude: "touch"
passport-batch-2:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: passport-batch-2
github-org: Foundation-Devices
github-repo: passport2
latestRelease: true
social-enabled: true
prokey-optimum:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: prokey-optimum
github-org: prokey-io
github-repo: prokey-optimum-firmware
latestRelease: true
satochip:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: satochip
github-org: Toporin
github-repo: SatochipApplet
latestRelease: true
satochip-diy:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: satochip-diy
github-org: Toporin
github-repo: SatochipApplet
latestRelease: true
seedsigner:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: seedsigner
github-org: SeedSigner
github-repo: seedsigner
tag: true
social-enabled: true
specter-diy:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: specter-diy
github-org: cryptoadvance
github-repo: specter-diy
latestRelease: true
social-enabled: true
trezor-model-one:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: trezor-model-one
changelog-url: https://raw.githubusercontent.com/trezor/trezor-firmware/master/legacy/firmware/CHANGELOG.md
social-enabled: true
trezor-model-t:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: trezor-model-t
changelog-url: https://raw.githubusercontent.com/trezor/trezor-firmware/master/core/CHANGELOG.md
trezor-safe-3:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: trezor-safe-3
changelog-url: https://raw.githubusercontent.com/trezor/trezor-firmware/master/core/CHANGELOG.md
social-enabled: true
trezor-safe-3-btconly:
uses: ./.github/workflows/check-release-template.yml
with:
item-id: trezor-safe-3-btconly
changelog-url: https://raw.githubusercontent.com/trezor/trezor-firmware/master/core/CHANGELOG.md
social-enabled: true