1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 05:54:35 +00:00

ci: vpn fix

This commit is contained in:
2025-02-26 17:02:28 +01:00
parent 6b41386667
commit e848690984

View File

@@ -34,6 +34,10 @@ jobs:
USER_KEY: ${{ secrets.USER_KEY }}
TLS_KEY: ${{ secrets.TLS_KEY }}
- name: Chmod VPN files
run: |
chmod 600 .github/vpn/ca.crt .github/vpn/user.crt .github/vpn/user.key .github/vpn/tls.key
- name: Install Open VPN
run: |
sudo apt install apt-transport-https