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