summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-03-12 22:46:04 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2025-03-12 22:46:04 +0000
commitec5ac2a8fa23ede1f9dc26d305f69e1ff75e9c69 (patch)
tree8e301464898c0d2dd6bc2554d925576898b328a2 /README.txt
parentbf15c1bf65c0a340e38b953b4964aaf8beeb25c4 (diff)
downloadflatbot-ec5ac2a8fa23ede1f9dc26d305f69e1ff75e9c69.tar.gz
flatbot-ec5ac2a8fa23ede1f9dc26d305f69e1ff75e9c69.tar.bz2
flatbot-ec5ac2a8fa23ede1f9dc26d305f69e1ff75e9c69.zip
Add encrypted secrets to repository
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 534bc81..d9642f3 100644
--- a/README.txt
+++ b/README.txt
@@ -6,3 +6,8 @@ RUN
$ export FLATBOT_TELEGRAM_BOT_API_TOKEN=<...>
$ export FLATBOT_TELEGRAM_CHAT_ID=<...>
$ go build && ./flatbot <URL>
+
+
+DECRYPT SECRETS
+
+$ . <(gpg --decrypt --quiet misc/telegram-secrets.sh.asc)