Read/write deployment keys?

Hi!

we’re looking at using npm publish at the end of the pipeline, (which is handily sorted by contexts)

Is there a way of changing the read key to a read/write key?
The only way I see of doing this right now is adding a read/write key to each repository manually.

It normally wouldn’t be a problem but I’m looking at adding it to 100+ repositories!

thanks,
Dan

1 Like

if anyone else is wonder what to do here.

We ended up doing a checkout with a github oauth token and pushing back using that.