My project now has an ID and Secret, what do I do with them?

I’m running 8.5.5 and I have the blank dialog problem on the design/customize theme page. So I want to upgrade to 8.5.6 to get past the bug, and I login to my projects page to register the url and am rewarded with an ID and Secret. I’ve heard rumours that I insert these into the database with sql. Where do I find the sql commands? So I can upgrade?

Ha! I discovered them on my own!

insert into Config (configGroup, configItem, configValue) values (‘concrete’, ‘marketplace.token’, ‘[ID]’);

insert into Config (configGroup, configItem, configValue) values (‘concrete’, ‘marketplace.url_token’, ‘[Secret]’);

It’s absolutely bizarre that this essential information has been excluded from the relevant page on the community marketplace. I ended up using phpMyAdmin to find the entries and I just poked the values in there myself.