Skip to content

Commit

Permalink
Update vpn-access.yml (#5)
Browse files Browse the repository at this point in the history
* Update vpn-access.yml

* Update vpn-access.yml

* Update vpn-access.yml

* Update vpn-access.yml
  • Loading branch information
guibranco authored Mar 2, 2024
1 parent 4a5ec18 commit 6fa3ee8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/vpn-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ jobs:

steps:

- name: Configure Wireguard SSH
uses: omahn/[email protected]
- name: Checkout code
uses: actions/checkout@v4

- name: Set up WireGuard Connection
uses: niklaskeerl/easy-wireguard-action@v2
with:
peer_ip: ${{ secrets.PEER_IP }}
ssh_public_key: ${{ secrets.PUBLIC_KEY }}
peer_port: '51820'
github_ip: ${{ secrets.CLIENT_IP }}
ssh_connection_timeout: '300'
session_timeout: 3600
WG_CONFIG_FILE: ${{ secrets.WIREGUARD_CONFIG }}

- name: cURL webhooks.site
run: |
Expand Down

0 comments on commit 6fa3ee8

Please sign in to comment.