bushwallyta271828 / logic_graph_scalable

This repository should support the logicgraph.dev website, taking over from logic_graph.
MIT License
0 stars 0 forks source link

Is there a cleaner way to authenticate to GitHub Container Registry? #50

Closed bushwallyta271828 closed 8 months ago

bushwallyta271828 commented 8 months ago

Right now I have a whole step for this. Can I use docker login or something?

bushwallyta271828 commented 8 months ago

I found a post on Stack Exchange using docker login but the person wasn't able to get their setup to work properly. Also my current setup is actually not that bad. Closing because it's not that important.

bushwallyta271828 commented 8 months ago

Actually ChatGPT had an idea that looks similar to what I saw on Stack Exchange, trying this now.

bushwallyta271828 commented 8 months ago

I'm getting warnings about storing GITHUB_TOKEN unencrypted on the runner, so let's abandon this.