ssotops / gitspace-catalog

Official ssotops catalog of plugins, templates, etc. intended to be used for `gitspace`. Used as a source to install.
GNU General Public License v3.0
0 stars 0 forks source link

Gitspace Catalog Automation

This directory contains the automation scripts for updating the Gitspace catalog.

Structure

Maintenance

To update the automation process:

  1. Modify the Go scripts in the cmd/ directory as needed
  2. Update the go.mod file if new dependencies are added
  3. Run go mod tidy in the .github directory to update go.sum
  4. Test your changes locally before committing

Running Locally

To run the Dagger pipeline locally:

cd .github
go run ./cmd/dagger_pipeline.go

Ensure you have the necessary environment variables set, particularly GITHUB_TOKEN.