voxeet / comms-sdk-flutter

Dolby.io Communications APIs SDK for Flutter
https://docs.dolby.io/communications-apis/docs/flutter-overview
MIT License
8 stars 4 forks source link

Prepare CI/CD pipelines for GitHub enterprise #211

Closed graduad closed 1 year ago

graduad commented 2 years ago

GitHub enterprise comes with a set of security features that will disable actions:

This could serve as an example: https://github.com/dolbyio-samples/dolbyio-spatial-audio-demo-web/blob/main/.github/workflows/deploy-to-gh-pages.yml

kbetl-dlb commented 1 year ago

Use flutter-action and setup-dart as a local action: https://github.com/DolbyIO/comms-sdk-flutter/pull/251