Hello,
I am trying to find a way to trigger a (manual) deployment to Strapi Cloud from a Github action. That GitHub action will be executed by a user connected to Strapi cloud.
The HTTP API seems pretty straight forward, yet I could not find a way to get a Strapi Cloud access token, from a GitHub action:
- name: Deploy CMS
uses: fjogeleit/http-request-action@v1
with:
method: POST
url: https://cloud-api.strapi.io/projects/${{ env.STRAPI_APP_NAME }}/deployments
bearerToken: ${{ secrets.STRAPI_ACCESS_TOKEN }}
Any suggestion will be appreciated ![]()
Thanks
This topic has been created from a Discord post (1255107463720472576) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord