-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI/CD - Github Actions #8
Comments
I can think of at least three issues with updating mods through GitHub Actions:
|
Afaik StepS said, that
You can store credentials easily within Github as a Github Secret. I don't think that would be a big problem.
Implementation changes come with pushes/PRs to master, so that might be not as hard to catch automatically. An action can run on master also by a Cron or whenever there is a PR merged/a commit pushed. For the new dat file I would probably rely on point 1 or we start having a developer steam account for the |
Do we want to activate Github Actions in this repository and have some basic CI? For the beginning just to check if it still builds when people PR? In the future maybe even autoupdating mods and uploading them to the Mod workshop after a new update or so?
Usage:
The text was updated successfully, but these errors were encountered: