Thibaut

Results 77 comments of Thibaut

We can use https://www.sphinx-doc.org/en/master/ and host the documentation on gh page.

I think we should expose an interface where a get and post methods must be implemented. And behind, the implementation does what it wants.

Thx for the exemple. So no magic yet here :)

It looks like this PR introduced an issue with existing installations: https://community.n8n.io/t/connection-lost-origin-header-is-missing-responseerror-invalid-origin/130441

As a workaround, you can run something like ``` eval "$(aws configure export-credentials --format env)" echo "AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}" >> $GITHUB_ENV echo "AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}" >> $GITHUB_ENV echo "AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}" >> $GITHUB_ENV ``` Just before...