action-deploy-theme icon indicating copy to clipboard operation
action-deploy-theme copied to clipboard

5.1 api version being rejected

Open ronakdesai opened this issue 1 year ago • 3 comments

This is causing the newer minor versions of Ghost to be rejected when making API calls.

ronakdesai avatar Dec 05 '24 07:12 ronakdesai

+1

estwanick avatar Dec 05 '24 15:12 estwanick

+1

myjurnee avatar Mar 10 '25 02:03 myjurnee

@ronakdesai @estwanick @myjurnee use my PR for now: https://github.com/TryGhost/action-deploy-theme/pull/118


        uses: damusix/action-deploy-theme@main
        with:
          api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
          api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
          version: "5.1"

damusix avatar Aug 18 '25 21:08 damusix