From 8adf86d010f3f4cd64d29e4c3acb37e94aa6441b Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:04:43 +0200 Subject: [PATCH] ci: Use botty github token to release gui releases --- .github/workflows/build-gui-preview-release-binaries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-gui-preview-release-binaries.yml b/.github/workflows/build-gui-preview-release-binaries.yml index 9b61e6a6..0d1c4593 100644 --- a/.github/workflows/build-gui-preview-release-binaries.yml +++ b/.github/workflows/build-gui-preview-release-binaries.yml @@ -18,7 +18,7 @@ jobs: args: "--target aarch64-apple-darwin" - platform: "macos-latest" # for Intel based macs. args: "--target x86_64-apple-darwin" - - platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04. + - platform: "ubuntu-22.04" args: "" - platform: "windows-latest" args: "" @@ -59,10 +59,10 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOTTY_GITHUB_TOKEN }} with: tagName: gui-preview - releaseName: "GUI Preview Release" + releaseName: "preview gui" releaseBody: "This is a preview release of the GUI. This is not a stable release. Please only use this release for testing purposes. Download the [legacy GUI](https://github.com/UnstoppableSwap/Unstoppableswap-gui) instead." releaseDraft: true prerelease: true