Skip to content

Commit 00ccc4f

Browse files
committed
Update IP range
1 parent 69873ae commit 00ccc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nfr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "GKE_NODES_SERVICE_ACCOUNT=${{ secrets.GKE_NODES_SERVICE_ACCOUNT }}" >> vars.env
106106
echo "NETWORK_TAGS=nfr-tests-${{ github.run_id }}-${{ matrix.type }}" >> vars.env
107107
echo "NGF_BRANCH=${{ github.ref_name }}" >> vars.env
108-
echo "SOURCE_IP_RANGE=$(curl -sS -6 icanhazip.com)/128" >> vars.env
108+
echo "SOURCE_IP_RANGE=$(curl -sS -6 icanhazip.com)/32" >> vars.env
109109
# echo "SOURCE_IPv6_RANGE=$(curl -sS -6 icanhazip.com)/128" >> vars.env
110110
echo "ADD_VM_IP_AUTH_NETWORKS=true" >> vars.env
111111
echo "PLUS_ENABLED=${{ matrix.type == 'plus' }}" >> vars.env

0 commit comments

Comments
 (0)