Skip to content

Automate OpenAPI Type Definition Updates with GitHub Actions #112

@daveads

Description

@daveads

Currently, we need to manually update our TypeScript type definitions whenever the Permit.io API schema changes. This is done manually

we need to figure out a way to create a GitHub Actions workflow that:

  • Runs weekly (every Monday)
  • Downloads the latest API schemas
  • Generates updated TypeScript definitions
  • Creates a PR if there are any changes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions