KipK / openevse-gui-v2

OpenEVSE WiFi Gateway User Interface (V2)
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

Workflow to trigger build of OpenEVSE WiFi firmware when changes are made to the GUI #21

Closed jeremypoulter closed 1 year ago

jeremypoulter commented 1 year ago

This work flow will trigger a (re)build of the OpenEVSE WiFi firmware when changes are made on this repo including PRs. This should allow for greater access to test binaries.

This will need a personal access token setting up with access to run the Build/Release OpenEVSE saved as the repository secret PERSONAL_TOKEN. @KipK Do you have access to manually trigger that workflow? If so you can create a legacy/classic PAT and add the secret. If not I have asked Chris to enable the PATs on the OpenEVSE org (OpenEVSE/[ESP32_WiFi_V4.x#510) and I will create a PAT for you.

KipK commented 1 year ago

Seems I can trigger it yes

KipK commented 1 year ago

Parameter token or opts.auth is required in the error. I'll have to check what this all about :)

KipK commented 1 year ago

The workflow script execute well, but it still compiles old UI

jeremypoulter commented 1 year ago

Should build both.... Let me check

KipK commented 1 year ago

I see it also use node 12, you can switch to node16, 12 will be deprecated

jeremypoulter commented 1 year ago

Yeah, when the v2 build is merged dependabot will raise some PRs for me ;-)