Github resource doesn't work in workflows

Hi,

I recently added GitHub as a resource on my Retool using OAuth after creating a new OAuth app in my GitHub account. This seemed to add successfully and I can use the GitHub resource in apps. However, when I try to use the GitHub resource in workflows, it says auth not supported and shows the following message:

Any idea how to fix this?

Thanks!

Hi @liorst,

Queries from workflow will be run on the server-side, so it doesn't work with OAuth. Can you set up a Github resource using "Personal access token" to use in workflow?

1 Like