소스 검색

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