Fork me on GitHub
#clojars
<
2020-12-21
>
richiardiandrea20:12:35

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?

tcrawley20:12:45

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

richiardiandrea21:12:25

@U06SGCEHJ yeah so my user arichiardi has never deployed on that group.

richiardiandrea21:12:34

I will try to deploy with normal credentials then

richiardiandrea23:12:12

It did not work, I need a token it seems:

Return code is: 401, ReasonPhrase: Unauthorized - a deploy token is required to deploy (see ).

richiardiandrea23:12:27

I am not sure what the best course of action is here atm...cc @U4E9AHMGW @U050K462N 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

tcrawley00:12:26

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

richiardiandrea01:12:34

Ah! Did not think about that, you are indeed more clever than me 😄

richiardiandrea01:12:40

I will do that 🙂

tcrawley15:12:03

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

thanks2 3