diff --git a/.forgejo/workflows/build-appimage.yml b/.forgejo/workflows/build-appimage.yml index ba4ec5b..0e55bf2 100644 --- a/.forgejo/workflows/build-appimage.yml +++ b/.forgejo/workflows/build-appimage.yml @@ -23,7 +23,7 @@ jobs: with: status: start project: claude-desktop - auth: ${{ secrets.NTFY_AUTH }} + ntfy_auth: ${{ secrets.NTFY_AUTH }} - name: Checkout run: | @@ -270,7 +270,7 @@ jobs: status: success project: claude-desktop message: "Version ${{ env.APP_VERSION }} verfuegbar — AppImage + Nix-Binary in Package Registry" - auth: ${{ secrets.NTFY_AUTH }} + ntfy_auth: ${{ secrets.NTFY_AUTH }} - name: Notify failure if: failure() @@ -278,4 +278,4 @@ jobs: with: status: failure project: claude-desktop - auth: ${{ secrets.NTFY_AUTH }} + ntfy_auth: ${{ secrets.NTFY_AUTH }}