qlik-oss / enigma-go

Go library for consuming Qlik's Associative Engine.
MIT License
39 stars 12 forks source link

chore: add github action to update enigma-go with latest engine schema #306

Closed colssonqlik closed 8 months ago

colssonqlik commented 1 year ago

Add a weekly scheduled github action to fetch the latest engine spec, generate code and create a pr.

This is based on a similar setup in qlik-sdk-typescript. A difference is that enigma-go is in qlik-oss, I wonder if it will still work to use the dev-portal workflow from qlik-trial?

colssonqlik commented 1 year ago

We need to have apiculturist token in secrets, if it's already there it will work else we can add it.

⭐ Yes, APICULTURIST_TOKEN

colssonqlik commented 1 year ago

We need to have apiculturist token in secrets, if it's already there it will work else we can add it.

⭐ Yes, APICULTURIST_TOKEN

It looks like it's there!