galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
38 stars 36 forks source link

Persist credentials and set GH_TOKEN for the GitHub command line tool #470

Closed ksuderman closed 2 months ago

ksuderman commented 2 months ago

Persist credentials from the actions/checkout step and set GH_TOKEN so the GitHub command line tool can push to the repository.

Hopefully, this finally closes #462