Warning
This action has been archived. Use the
impart-cli
package within GitHub actions instead.
This action updates a specification for a given organization.
Required An access token with both write:org_specs
and read:org_specs
permissions.
Required The ID of the organization.
Required The ID of the specification.
Required The path to the spec file.
Optional The name of the specification. Defaults to the current specification name.
Optional The hostname of the API.
uses: ./.github/actions/spec-update-action
with:
access_token: {{ secrets.ACCESS_TOKEN }}
org_id: "c3172c84-bba2-4431-b3b6-edcaf5153417"
spec_id: "7ed3f413-e25e-4e7f-8c90-f409bf1b18cd"
path: "./spec.yaml"