Skip to content

Commit

Permalink
ci: Use botty github token to release gui releases
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Sep 9, 2024
1 parent 125dc8c commit 8adf86d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-gui-preview-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8adf86d

Please sign in to comment.