Browse Source

ci: update token to dispatch [skip ci]

Baptiste Augrain 2 months ago
parent
commit
ea37c213bd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/insider-linux.yml
  2. 1 1
      .github/workflows/stable-linux.yml

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

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

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

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