Fix 1Password account ID (was user UUID) (#2278)

This commit is contained in:
Jeremy Daer
2025-12-31 13:58:01 -08:00
committed by GitHub
parent cda4f93e4a
commit 0634ddaebd
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
url=$(op read "op://Deploy/Deploy Chatbot/url" --account QD4RCFQ2PRAQZON5BNHAXJSBS4)
url=$(op read "op://Deploy/Deploy Chatbot/url" --account 23QPQDKZC5BKBIIG7UGT5GR5RM)
curl -s -d content="[Fizzy] ${1}" "${url}"