From 11092a59d97340f62b6c6684a61029eef7de6f76 Mon Sep 17 00:00:00 2001 From: 4gray Date: Thu, 21 Nov 2024 00:30:05 +0100 Subject: [PATCH] chore: remove outdated CodeSee and WinGet workflows --- .github/workflows/codesee-arch-diagram.yml | 22 ---------------------- .github/workflows/winget.yml | 12 ------------ src-tauri/tauri.conf.json | 2 +- 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 .github/workflows/codesee-arch-diagram.yml delete mode 100644 .github/workflows/winget.yml diff --git a/.github/workflows/codesee-arch-diagram.yml b/.github/workflows/codesee-arch-diagram.yml deleted file mode 100644 index e469f0645..000000000 --- a/.github/workflows/codesee-arch-diagram.yml +++ /dev/null @@ -1,22 +0,0 @@ -# This workflow was added by CodeSee. Learn more at https://codesee.io/ -# This is v2.0 of this workflow file -on: - push: - branches: - - electron - pull_request_target: - types: [opened, synchronize, reopened] - -name: CodeSee - -permissions: read-all - -jobs: - codesee: - runs-on: ubuntu-latest - continue-on-error: true - name: Analyze the repo with CodeSee - steps: - - uses: Codesee-io/codesee-action@v2 - with: - codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }} diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml deleted file mode 100644 index 5db656feb..000000000 --- a/.github/workflows/winget.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Publish to WinGet -on: - release: - types: [released] -jobs: - publish: - runs-on: windows-latest # action can only be run on windows - steps: - - uses: vedantmgoyal2009/winget-releaser@v1 - with: - identifier: 4gray.iptvnator - token: ${{ secrets.PAT }} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 317df80b2..4e39916e2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -11,7 +11,7 @@ }, "plugins": { "updater": { - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDkwNkIxNzBGQzMxNDdCClJXUjdGTU1QRjJ1UUFIVjgrSk9jVjFxeVFBOXFzVlZ1M0RQbnFGM0gvZEluY0MxQzBibGtlVU5HCg==", + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDkyRTRBNzlCMkE5QkI0MjgKUldRb3RKc3FtNmZra3BmeDVKYmtLd3RUNnZkUHdDbmM0TkpHQ25hZzhoS1FZcFRqaTl2eXRScU0K", "endpoints": [ "https://github.com/4gray/iptvnator/releases/latest/download/latest.json" ]