mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-06 17:18:39 +00:00
6 lines
188 B
Bash
6 lines
188 B
Bash
#!/bin/sh
|
|
|
|
touch /tmp/puregym_token
|
|
chmod 600 /tmp/puregym_token
|
|
$PUREGYM auth --user-email "$(cat /run/secrets/puregym_email)" --pin "$(cat /run/secrets/puregym_pin)" >/tmp/puregym_token
|