I wants to share my workflow here in the community, for a problem I have with it, but some nodes have sensitive info, as API keys, etc.
Is there a secure method of sharing other than making a copy erasing the info?
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
Do you enter your API key directly into the node’s field? If not and they are stored in credentials (as they should) instead then it is safe to share the workflow. The credentials are not shared.
You still might want to check for any sensitive data. It’s just a matter of copying your entire workflow, pasting it into the plain text editor and checking no sensitive data is present. If any found, just replace it with a dummy data of the same type. Copy the whole thing again and paste it into the community post as per tip above.