File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 77# TS logic from simonw's https://github.com/simonw/til/blob/main/tailscale/tailscale-github-actions.md
88
99env :
10+ TAILSCALE_VERSION : ${{ vars.TAILSCALE_VERSION }}
1011 IPTEST_URL : ${{ vars.IPTEST_URL }}
1112 STEALTH_IPTEST_URL : ${{ secrets.STEALTH_IPTEST_URL }}
1213
2223 oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
2324 oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
2425 tags : tag:ci-uscis
25- version : latest
26+ version : ${{ env.TAILSCALE_VERSION }}
2627 use-cache : ' true'
2728 - name : Get exit node IP
2829 id : get_exit_node_ip
5960 args : ' --accept-dns=true --exit-node=${{ env.TS_EXIT_NODE_IP }}'
6061 ping : ' ${{ secrets.TS_EXIT_NODE }}'
6162 tags : tag:ci-uscis
62- version : latest
63+ version : ${{ env.TAILSCALE_VERSION }}
6364 use-cache : ' true'
6465 - name : Verify HTTP traffic is routed through exit node
6566 run : |
Original file line number Diff line number Diff line change 33 workflow_dispatch :
44
55env :
6+ TAILSCALE_VERSION : ${{ vars.TAILSCALE_VERSION }}
67 IPTEST_URL : ${{ vars.IPTEST_URL }}
78 STEALTH_IPTEST_URL : ${{ secrets.STEALTH_IPTEST_URL }}
89
1819 oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
1920 oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
2021 tags : tag:ci-uscis
21- version : latest
22+ version : ${{ env.TAILSCALE_VERSION }}
2223 use-cache : ' true'
2324 - name : Get exit node IP
2425 id : get_exit_node_ip
4243 oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
4344 oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
4445 tags : tag:ci-uscis
45- version : latest
46+ version : ${{ env.TAILSCALE_VERSION }}
4647 use-cache : ' true'
4748 - name : Show IP after Tailscale
4849 run : |
6667 oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
6768 args : ' --accept-dns=true --exit-node=${{ env.TS_EXIT_NODE_IP }}'
6869 tags : tag:ci-uscis
69- version : latest
70+ version : ${{ env.TAILSCALE_VERSION }}
7071 use-cache : ' true'
7172 - name : Verify HTTP traffic is routed through exit node
7273 run : |
You can’t perform that action at this time.
0 commit comments