chore(ci): run protonvpn config container

This commit is contained in:
Quentin McGaw
2025-11-18 22:08:25 +00:00
parent 5b93464fef
commit 5ff5fc4a5e
6 changed files with 219 additions and 179 deletions

View File

@@ -93,6 +93,9 @@ jobs:
- name: Run Gluetun container with Mullvad configuration
run: echo -e "${{ secrets.MULLVAD_WIREGUARD_PRIVATE_KEY }}\n${{ secrets.MULLVAD_WIREGUARD_ADDRESS }}" | ./ci/runner mullvad
- name: Run Gluetun container with ProtonVPN configuration
run: echo -e "${{ secrets.PROTONVPN_WIREGUARD_PRIVATE_KEY }}" | ./ci/runner protonvpn
codeql:
runs-on: ubuntu-latest
permissions: