Add IRC to ensure-pass

This commit is contained in:
Evie Litherland-Smith 2025-01-16 07:46:55 +00:00
parent 4be4006501
commit 10ca2d59ce

View file

@ -24,3 +24,9 @@ HOST="api.github.com"
USER="pixelifytica^forge"
secret-tool clear host "$HOST" user "$USER"
pass show "api/$HOST" | head -n1 | secret-tool store --label="Forge GitHub Token" host "$HOST" user "$USER"
# IRC
HOST="irc.libera.chat"
USER="xenia3"
secret-tool clear host "$HOST" user "$USER"
pass show "social/$HOST" | head -n1 | secret-tool store --label="IRC libera.chat" host "$HOST" user "$USER"