mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-13 23:17:05 +03:00
Change wireguard connection action
This commit is contained in:
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -21,14 +21,10 @@ jobs:
|
|||||||
- name: Copy configuration
|
- name: Copy configuration
|
||||||
run: cp config.json.example config.json
|
run: cp config.json.example config.json
|
||||||
|
|
||||||
- name: Set up WireGuard
|
- name: Set up WireGuard Connection
|
||||||
uses: egor-tensin/setup-wireguard@3c76633378032377324ed3e9e84873fe40267a25
|
uses: niklaskeerl/easy-wireguard-action@50341d5f4b8245ff3a90e278aca67b2d283c78d0
|
||||||
with:
|
with:
|
||||||
endpoint: '${{ secrets.ENDPOINT }}'
|
WG_CONFIG_FILE: ${{ secrets.WG_CONFIG_FILE }}
|
||||||
endpoint_public_key: '${{ secrets.ENDPOINT_PUBLIC }}'
|
|
||||||
ips: '${{ secrets.IPS }}'
|
|
||||||
allowed_ips: '${{ secrets.ALLOWED_IPS }}'
|
|
||||||
private_key: '${{ secrets.PRIVATE }}'
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
|||||||
Reference in New Issue
Block a user