usegalaxy-eu / galaxy-social

Repository for democratising of Galaxy's social media activity - encourage collaboration, editing, peer-review of toots 🐘 and more
Creative Commons Zero v1.0 Universal
3 stars 3 forks source link

Using composite action #46

Closed arash77 closed 3 weeks ago

arash77 commented 3 weeks ago

This pull request introduces the use of a composite action to streamline the workflow. The composite action is responsible for running the necessary steps to preview and publish content. This is a replacement for #39

arash77 commented 3 weeks ago

Although it helps organize workflows better, it also requires specifying the tokens multiple times in the files. That is because it is not possible to use secrets in composite actions.

arash77 commented 3 weeks ago

Maybe, It is better to save the secrets into env variables in the workflows. Or, using Reusable Workflow to pass the secrets to env variables.