Skip to content

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

License

Notifications You must be signed in to change notification settings

solidify/github-action-update-azapim

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published