From d285d1b68ed3386cb2d0e6c6f880b711408d6bd9 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 3 Apr 2025 18:09:57 +0200 Subject: [PATCH] ci: add token to dispatch --- .github/workflows/insider-linux.yml | 1 + .github/workflows/stable-linux.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 78e09c0..362302c 100644 --- a/.github/workflows/insider-linux.yml +++ b/.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 diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 9a950ee..9606420 100644 --- a/.github/workflows/stable-linux.yml +++ b/.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