Add IRC to ensure-pass
This commit is contained in:
parent
4be4006501
commit
10ca2d59ce
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue