How Can I Build a Workflow Around My Edited Version of Thomas Frank's Audio Note Transcription Code?

This topic was automatically generated from Slack. You can find the original thread here.

hey all :relaxed:

I’m in need of some newbie help:

Thomas Frank built a lovely workflow that transcribes an audio note into a Notion db item.

I made a fork of his github code and edited it a bit to change the formatting. But I’m very new to all of this and don’t quite understand how to build a workflow around this new code.

Part of the issue is that, Thomas Frank made it SUPER easy to just clone his workflow into pipedream, which looks like this (see attached image)

I don’t understand how the action with the “notion” icon actually connects to the Github-hosted file. I want to basically recreate the same workflow but with my own github fork, not the original.

This is his entire setup:

any help MUCH appreciated!!!

I don’t understand how the action with the “notion” icon actually connects to the Github-hosted file.
Thomas is publishing his action as Pipedream reusable action, hence you’re using his action (which he has published the code on GitHub)
I want to basically recreate the same workflow but with my own github fork, not the original.
You will need to create your new Node.js code step, then copy Thomas code (in GitHub) to that new Node.js code step of your. Then you can enable github sync feature on your workflow

thank you! this helps so much.