Skip to content
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

Trigger mod installer deploy after APT repo update #4158

Merged

Conversation

HebaruSan
Copy link
Member

Motivation

https://github.com/KSP-CKAN/CKAN-ModInstaller is a simple GitHub action consisting of CKAN installed in a Docker image with all the needed dependencies and a simple bash driver script. It should be redeployed when changes are made to CKAN.

Changes

Now a new step at the end of the upload-deb job of the deploy workflow triggers the deploy repo dispatch event in the CKAN-ModInstaller repo so its GitHub Action image will be rebuilt.

Note that this required adding a REPO_ACCESS_TOKEN secret to this repo containing a Personal Access Token with public_repo scope and write access to the CKAN repo. This has been done.

@HebaruSan HebaruSan added Enhancement Easy This is easy to fix Infrastructure Issues affecting everything around CKAN (the GitHub repos, build process, CI, ...) labels Aug 14, 2024
@HebaruSan HebaruSan merged commit 2cde58b into KSP-CKAN:master Aug 14, 2024
3 checks passed
@HebaruSan HebaruSan deleted the feature/mod-installer-repo-dispatch branch August 14, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy This is easy to fix Enhancement Infrastructure Issues affecting everything around CKAN (the GitHub repos, build process, CI, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant