From ed8f6b989012f39ee68dd800bb411724f172128e Mon Sep 17 00:00:00 2001 From: Riccardo Rotta Date: Mon, 2 May 2022 14:50:52 +0200 Subject: [PATCH] test github release test 457 --- .github/workflows/cd-desktop-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-desktop-app.yml b/.github/workflows/cd-desktop-app.yml index eeca76905..fcb95475e 100644 --- a/.github/workflows/cd-desktop-app.yml +++ b/.github/workflows/cd-desktop-app.yml @@ -75,7 +75,7 @@ jobs: - name: Create GitHub Release uses: ncipollo/release-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} body: "Full changelog & Downloads ⇒ https://www.leapp.cloud/releases" tag: ${{ needs.tag-validation.outputs.tag-version }}