@richiardiandrea has joined the channel
Hi there, I am trying to create a deploy token for a group I am admin (`perun`)...the dropdown though does not show it...is there anything additional I need to do there?
I just deployed a fix to have the scope dropdown show all groups you are a member of, not just ones you have deployed to
Has the Clojars account you are logged in to deployed any jars to the perun group? It looks like the logic for presenting the group list on the token page finds groups based on the jars your account has deployed, not by looking at the groups you are a member of
@tcrawley yeah so my user arichiardi has never deployed on that group.
I will try to deploy with normal credentials then
It did not work, I need a token it seems:
Return code is: 401, ReasonPhrase: Unauthorized - a deploy token is required to deploy (see ). I am not sure what the best course of action is here atm...cc @allentiak @podviaznikov Maybe you folks can add one of the existing tokens you use to CircleCI? I don't seem to be able to generated a new one
You can create an unscoped token to do a first deploy to any jar in the group. Once you have done that, you can then disable that token and create a scoped one. Or I can fix the bug :), but probably won't be able to do that today
Ah! Did not think about that, you are indeed more clever than me 😄
I will do that 🙂