mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
11 stars 51 forks source link

Added CI_TOKEN to create_tag action #896

Closed marcus-oscarsson closed 3 months ago

marcus-oscarsson commented 3 months ago

I think that whats preventing the tagging to work is the missing CI_TOKEN

fabcor-maxiv commented 3 months ago

@marcus-oscarsson, I am not sure this change does actually change anything.

As far as I understood:

marcus-oscarsson commented 3 months ago

Its the only difference I could find between the mxcubeweb, where the tagging works, and mxcubecore. I remember that we had some issue with this in the past and we tried adding this CI_TOKEN and it started to work.

We could perhaps try ?

Not sure about the last point, CI_TOKEN is a token we created our self's, not sure where it says that it should be the same as github.token which is something else.

fabcor-maxiv commented 3 months ago

Oh! I got my wires crossed... I read CI_TOKEN and assumed it was GITHUB_TOKEN. My previous message can be ignored.