Hi bitrise team, maybe i have not found but how to set an icon in my step for the “step store”.
I did not find a param for that. Some steps appear with a generic icon and others with an official icon (like the slack step). Thanks for your help.
Hi @kawaiseb,
To add an icon to the Step in the StepLib, simply send a new PR with adding an assets/icon.svg
svg file into your step’s dir in steps/
An example: https://github.com/bitrise-io/bitrise-steplib/tree/master/steps/activate-ssh-key/assets
If you’d have any questions just let us know!
Ok thanks @viktorbenei i’ll try that.
I imagine i need autorization to use a “twitter” icon by example ?
Correct
I’d suggest you to rather get a schematic version of the logo, or we can also schedule to create one (might take some time)
I add a svg icon in my assets directory… but the icon does not appear in the step blind. Maybe the steplib is not in production… https://github.com/kawaiseb/bitrise-step-wetransfer
Adding it to your own step repo is not enough, as the icon right now is part of a Step Library, not the step itself. You have to send a PR into the steplib - see: How to set a step icon?
I think i understand… let’s go
I made this PR : https://github.com/bitrise-io/bitrise-steplib/pull/1417 is that the good method ?
Yep, seems
We’ll check & merge it soon!