Skip to content
book-open

GitHub Action

Update Azure API Management

v0.9.5 Latest version

Update Azure API Management

book-open

Update Azure API Management

This GitHub Action allows you to update your Azure API Management api from an OpenAPI endpoint or file

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Update Azure API Management

uses: solidify/[email protected]

Learn more about this action in solidify/github-action-update-azapim

Choose a version

Update Azure API Management

This GitHub Action allows you to update your Azure API Management api from an OpenAPI endpoint or file.

Usage

Inputs

  • swaggerPath: URL/path to Swagger
  • apiManager: APIM endpoint URL
  • creds: APIM credentials. Expexted to be in json format

Example usage

- name: Update Azure API Management
  uses: solidify/github-action-update-azapim@master
  with:
    swaggerPath: 'URL/path to Swagger'
    apiManager: ${{ secrets.API_MANAGER_URL }}
    creds: ${{ secrets.AZURE_CREDENTIALS }}

License

The scripts and documentation in this project are released under the MIT License