Baptiste Augrain 2 месяцев назад
Родитель
Сommit
d285d1b68e
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      .github/workflows/insider-linux.yml
  2. 1 0
      .github/workflows/stable-linux.yml

+ 1 - 0
.github/workflows/insider-linux.yml

@@ -549,5 +549,6 @@ jobs:
       - name: Trigger repository rebuild
         uses: peter-evans/repository-dispatch@v3
         with:
+          token: ${{ secrets.DISPATCH_TOKEN }}
           repository: VSCodium/repositories-linux
           event-type: deploy

+ 1 - 0
.github/workflows/stable-linux.yml

@@ -580,5 +580,6 @@ jobs:
       - name: Trigger repository rebuild
         uses: peter-evans/repository-dispatch@v3
         with:
+          token: ${{ secrets.DISPATCH_TOKEN }}
           repository: VSCodium/repositories-linux
           event-type: deploy