chore: Add tofu workflows #1

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

View file

@ -25,7 +25,7 @@ jobs:
run: |
apt-cache policy
echo "Installing Wireguard..."
apt install wireguard -y
apt install iproute2 wireguard -y
echo "Installing Wireguard ✅"
echo "Configuring Wireguard..."
echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf