Skip to content

Commit 0b5f358

Browse files
committed
pass secret from repo-level secret variables
1 parent b89bf73 commit 0b5f358

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
uses: ./.github/actions/setup-warp
3636
with:
3737
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 }}
3841
- name: Set up Python ${{ matrix.python-version }}
3942
uses: actions/setup-python@v2
4043
with:

0 commit comments

Comments
 (0)