Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-lew committed Jan 14, 2025
1 parent 441964e commit d3ed585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Connect to GlobalProtect VPN
run: |
gpclient help
gpclient connect -- --portal vpngate.ntu.edu.sg
gpclient connect vpngate.ntu.edu.sg
# run: |
# echo "${{ secrets.VPN_PASSWORD }}" | sudo globalprotect connect --portal=your.school.vpn.portal --username="${{ secrets.VPN_USERNAME }}" --password="${{ secrets.VPN_PASSWORD }}" &
Expand Down

0 comments on commit d3ed585

Please sign in to comment.