瀏覽代碼

ci: add token to dispatch

Baptiste Augrain 2 月之前
父節點
當前提交
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