Skip to content

Commit

Permalink
remove covalent token, rotated, thanks gitguardian
Browse files Browse the repository at this point in the history
  • Loading branch information
rssnyder committed Sep 27, 2023
1 parent 2058d13 commit 4b5fd31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@ all:
6138643764313463626530346137333063323538363131643163
covalent_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
66333666363565343330326663323532633763653032643235343038303139613661343763306632
3633646138643134626237383137343065643161353161620a346134366263303662336361313136
33613137363534383031393462623431333633343164313131303565656133353366636464346231
6532613933633239650a323930353636313132623535386636336430306262336266323131343032
38626333636234613534646633656236633032393835626637333166343366333530326339373364
3764643361636337396264636431616232373863663134636134
33623162373431373336363663646162383833646537353832333738393432383234613663646434
3130396335613133313138313633353932333737363031360a663465366237303634613335643932
37666563353131633961323936366333306137613665656136393533363837383164343937356366
3566656365643464300a373335613238383362646331326330653062666262383764373738333935
36333363386137346130396139323336383762316463303032383333346631333362343163326338
3038623833333465646439626539626663373839373539333932
scrape: 120s
arch: amd64
cache_version: v0.5.3
Expand Down
2 changes: 1 addition & 1 deletion playbooks/dst_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#
# cmd: sqlite3 /etc/discord-stock-ticker/{{ item.key }}.state 'update tickers set decorator = " "'
# cmd: sqlite3 /etc/discord-stock-ticker/{{ item.key }}.state 'update tickers set activity = "Coingecko API"'
cmd: sqlite3 /etc/discord-stock-ticker/{{ item.key }}.state 'update holders set apiToken = "cqt_rQtKPtgHFCY4FbXYvwJJ4bwkCdJp"'
cmd: sqlite3 /etc/discord-stock-ticker/{{ item.key }}.state 'update holders set apiToken = "{{ covalent_token }}"'
loop: "{{ clients | dict2items }}"
when: item.key == client

Expand Down

0 comments on commit 4b5fd31

Please sign in to comment.