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.
- esquio-url: Url to the Esquio Api. i.e.: https://myesquioui.deployment.com
- esquio-api-key: API key to authenticate to esquio. Recommended to store as Github secret
- product-name: Name of the product to which the feature belongs.
- feature-name: Name of the feature to disable.
- deployment-name: Name of the deplyment you want to set the value for (if you are using rings, otherwise leave empty)
- name: Esquio rolloff
uses: actions/esquio-rolloff-v3
id: esquio-rolloff-v3
with:
esquio-url: 'https://esquiodemoui.azurewebsites.net/'
esquio-api-key: ${{ secrets.apikey }}
product-name: 'Default'
feature-name: 'MatchScore'
deployment-name: 'Tests'