From 51d83e18cc2e12ebb8e950688be6d5851a50b5c5 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 15 Mar 2023 10:18:58 +0600 Subject: [PATCH] cd: use fork of flathub repo instead of the official --- .github/workflows/spotube-publish-binary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spotube-publish-binary.yml b/.github/workflows/spotube-publish-binary.yml index 1d297b1a..b8f07478 100644 --- a/.github/workflows/spotube-publish-binary.yml +++ b/.github/workflows/spotube-publish-binary.yml @@ -18,8 +18,8 @@ jobs: steps: - uses: actions/checkout@v3 with: - repository: flathub/com.github.KRTirtho.Spotube - token: ${{ secrets.FLATHUB_TOKEN }} + repository: KRTirtho/com.github.KRTirtho.Spotube + - uses: actions/checkout@v3 with: path: spotube @@ -36,7 +36,7 @@ jobs: git switch update-${{ inputs.version }} - name: Push to flathub - if: ${{ !inputs.dry_run }} + # if: ${{ !inputs.dry_run }} run: git push -u origin update-${{ inputs.version }} aur: