I wrote a .gitlab-ci.yml config to be able to use CI/CD with this repository for gitlab. We are using this at work, with the "secrets" configured as "variables" in the GitLab settings.
This gives the repo direct usability with GitLab CI/CD
I copied heavily from the original github workflows (especially the comments with the emojos - I figured you want them there) and changed only relevant portions for the compatibility with GitLab. I have tested this with a chatbot I am testing through this repository.
I wrote a .gitlab-ci.yml config to be able to use CI/CD with this repository for gitlab. We are using this at work, with the "secrets" configured as "variables" in the GitLab settings.
This gives the repo direct usability with GitLab CI/CD
I copied heavily from the original github workflows (especially the comments with the emojos - I figured you want them there) and changed only relevant portions for the compatibility with GitLab. I have tested this with a chatbot I am testing through this repository.