chore: Add tofu workflows #1

Open
Peter wants to merge 25 commits from pgi-add-workflows into main
Showing only changes of commit b77a24f50c - Show all commits

View file

@ -29,7 +29,7 @@ jobs:
echo "Installing Wireguard ✅"
echo "Configuring Wireguard..."
echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf
chmod 600 wg0.conf
chmod 600 /tmp/wg0.conf
echo "Configuring Wireguard ✅"
echo "Starting Wireguard..."
wg-quick up /tmp/wg0.conf