@@ -122,6 +122,8 @@ jobs:
122122
123123 - name : download MediaMTX binaries
124124 run : python tools/download-mediamtx.py
125+ env :
126+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
125127
126128 - name : lint frontend (continue on error)
127129 run : npm run lint
@@ -194,6 +196,8 @@ jobs:
194196
195197 - name : download MediaMTX binaries
196198 run : python tools/download-mediamtx.py
199+ env :
200+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
197201
198202 - name : lint frontend (continue on error)
199203 run : npm run lint
@@ -267,6 +271,8 @@ jobs:
267271
268272 - name : download MediaMTX binaries
269273 run : python tools/download-mediamtx.py
274+ env :
275+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
270276
271277 - name : lint frontend (continue on error)
272278 run : npm run lint
@@ -341,6 +347,8 @@ jobs:
341347 ${{ runner.os }}-cargo-
342348 - name : download MediaMTX binaries
343349 run : python tools/download-mediamtx.py
350+ env :
351+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
344352 - name : lint frontend (continue on error)
345353 run : npm run lint
346354 continue-on-error : true
@@ -402,6 +410,8 @@ jobs:
402410 ${{ runner.os }}-cargo-
403411 - name : download MediaMTX binaries
404412 run : python tools/download-mediamtx.py
413+ env :
414+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
405415 - name : lint frontend (continue on error)
406416 run : npm run lint
407417 continue-on-error : true
@@ -464,6 +474,8 @@ jobs:
464474 ${{ runner.os }}-cargo-
465475 - name : download MediaMTX binaries
466476 run : python tools/download-mediamtx.py
477+ env :
478+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
467479 - name : lint frontend (continue on error)
468480 run : npm run lint
469481 continue-on-error : true
0 commit comments