With this Esquio Github action you can disable a feature in an Github Actions workflow.Esquio.
Please read Esquio readthedocs first to fully understand Esquio Feature Toggle package configuration and possibilities.
- esquioUrl: Url to the Esquio Api. i.e.: https://myesquioui.deployment.com
- esquioApiKey: API key to authenticate to esquio. Recommended to store as Github secret
- flagId: Id of the flag to disable.
- name: Esquio rolloff
uses: actions/esquio-rolloff
id: esquio-rolloff
with:
esquioUrl: 'https://esquiodemoui.azurewebsites.net/'
esquioApiKey: ${{ secrets.apikey }}
flagId: 55