Commit c5cef7f8 authored by nimrod's avatar nimrod
Browse files

Add the Bitwarden creds for SchooLinks.

parent 4b761e30
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
export BW_CLIENTID='{{ run(["ph", "show", "--field", "OAuth client ID", "SchooLinks/Bitwarden"])["stdout"] }}'
export BW_CLIENTSECRET='{{ run(["ph", "show", "--field", "OAuth client secret", "SchooLinks/Bitwarden"])["stdout"] }}'
export CHROMATIC_PROJECT_TOKEN='{{ run(["ph", "show", "--field", "Token", "SchooLinks/Chromatic"])["stdout"] }}'
export SOPS_KMS_ARN='{{ run(["ph", "show", "--field", "ARN", "SchooLinks/SOPS KMS key"])["stdout"] }}'