Skip to content

Commit ced2ce2

Browse files
committed
Restore noizdns submodule with PAT for CI
1 parent 4a3f339 commit ced2ce2

5 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
21+
token: ${{ secrets.SUBMODULE_TOKEN }}
2122

2223
- name: Set up JDK 21
2324
uses: actions/setup-java@v4

.github/workflows/release-cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/checkout@v4
4545
with:
4646
submodules: recursive
47+
token: ${{ secrets.SUBMODULE_TOKEN }}
4748

4849
- name: Set up Go
4950
uses: actions/setup-go@v5

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,5 @@ app/release/
102102
# DNS Multiplexer (separate repo: anonvector/DNS-Multiplexer)
103103
dns-multiplexer/
104104

105-
# NoizDNS (private repo, compiled .aar files are committed instead)
106-
noizdns/
105+
# NoizDNS deploy (separate repo)
107106
noizdns-deploy/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
[submodule "lyrebird"]
1414
path = lyrebird
1515
url = https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git
16+
[submodule "noizdns"]
17+
path = noizdns
18+
url = https://github.com/anonvector/noizdns.git

noizdns

Submodule noizdns added at 4593eb1

0 commit comments

Comments
 (0)