Based on blog https://github.com/dsaltares/godot-wild-jam-18:
- publish_github.yml allowq to export the Stigmee project (made in Godot-3.4) and publish the release on the GitHub page.
- publish_itch.yml fecth the Stigmee release published on GitHub (thru publish_github.yml) and publish it on itchi.io
EXPORT_GITHUB_TOKENholding your personal GitHub workflow secret allowing you to trigger GitHub actions.ACCESS_TOKENholding your personal GitHub repo secret to give you the right to git cloning on private repos inside the Stigmee organisation.BUTLER_CREDENTIALSholding your personal https://itch.io/ API key (worked but currently disabled).
Read this internal document for more information concerning GitHub actions for Stigmee and the needed tokens.
See https://youtu.be/R8_veQiYBjI for an introduction to GitHub actions.