We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89bf73 commit 0b5f358Copy full SHA for 0b5f358
1 file changed
.github/workflows/test.yml
@@ -35,6 +35,9 @@ jobs:
35
uses: ./.github/actions/setup-warp
36
with:
37
mode: client
38
+ wg_private_key: ${{ secrets.WARP_WG_PRIVATE_KEY }}
39
+ wg_peer_public_key: ${{ secrets.WARP_WG_PEER_PUBLIC_KEY }}
40
+ wg_endpoint: ${{ secrets.WARP_WG_ENDPOINT }}
41
- name: Set up Python ${{ matrix.python-version }}
42
uses: actions/setup-python@v2
43
0 commit comments