From 34e6944456f8c21d8b582dff996df108d1a5b130 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sun, 24 Oct 2021 21:56:58 +0100 Subject: [PATCH] set bot user --- .github/workflows/brum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/brum.yml b/.github/workflows/brum.yml index 83a29be14..76a33149a 100644 --- a/.github/workflows/brum.yml +++ b/.github/workflows/brum.yml @@ -32,7 +32,7 @@ jobs: run: npm ci && npm run build - uses: tauri-apps/tauri-action@v0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOT }} with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: "App v__VERSION__"