Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xabaril/esquiorolloffaction

Esquio Github Ation to roll off a feature in Github Actions
https://github.com/xabaril/esquiorolloffaction

Last synced: about 1 month ago
JSON representation

Esquio Github Ation to roll off a feature in Github Actions

Awesome Lists containing this project

README

        

# Esquio Github Action rolloff feature

With this Esquio Github action you can disable a feature in an Github Actions workflow.[Esquio](https://esquio.readthedocs.io/en/latest/).

Please read [Esquio readthedocs](https://esquio.readthedocs.io/en/latest/) first to fully understand Esquio Feature Toggle package configuration and possibilities.

## Parameters needed

- **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](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)
- **flagId**: Id of the flag to disable.

## Example

```YAML
- name: Esquio rolloff
uses: actions/esquio-rolloff
id: esquio-rolloff
with:
esquioUrl: 'https://esquiodemoui.azurewebsites.net/'
esquioApiKey: ${{ secrets.apikey }}
flagId: 55
```