-
-
Notifications
You must be signed in to change notification settings - Fork 2
169 lines (134 loc) · 3.79 KB
/
check-prices.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
name: Check Prices
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Runs every day at 12:00 AM UTC
jobs:
arculus:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: arculus
# bitbox02:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: bitbox02
coldcard-mk4:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: coldcard-mk4
coldcard-q:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: coldcard-q
dcent:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: dcent
ellipal-titan:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: ellipal-titan-2
ellipal-titan-mini:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: ellipal-titan-mini
jade:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: jade
# keepkey:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: keepkey
keevo-model-one:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: keevo-model-one
keystone-3-pro:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: keystone-3-pro
# ledger-nano-s-plus:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: ledger-nano-s-plus
# ledger-nano-x:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: ledger-nano-x
# ledger-stax:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: ledger-stax
ngrave-zero:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: ngrave-zero
one-key-classic-1s:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: one-key-classic-1s
one-key-pro:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: one-key-pro
one-key-touch:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: one-key-touch
# passport-batch-2:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: passport-batch-2
prokey-optimum:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: prokey-optimum
safepal-s1:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: safepal-s1
# satochip:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: satochip
# secux-v20:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: secux-v20
# secux-w20:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: secux-w20
# secux-w10:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: secux-w10
# secux-nifty:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: secux-nifty
# tangem:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: tangem
tapsigner:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: tapsigner
cypherock-x1:
uses: ./.github/workflows/check-prices-template.yml
with:
wallet-name: cypherock-x1
# trezor-model-one:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: trezor-model-one
# trezor-model-t:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: trezor-model-t
# trezor-safe-3:
# uses: ./.github/workflows/check-prices-template.yml
# with:
# wallet-name: trezor-safe-3