Skip to content

Update email_spec.yaml #42

Update email_spec.yaml

Update email_spec.yaml #42

Workflow file for this run

# For info on getting the latest rdme version and obtaining your API_DEFINITION_ID,

Check failure on line 1 in .github/workflows/readme.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/readme.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
# see our docs: https://docs.readme.com/docs/rdme#example-syncing-an-openapi-definition
name: Sync OAS to ReadMe
on:
push:
branches:
- main
jobs:
build:
rdme-openapi:
runs-on: ubuntu-latest
environment: Sandbox
steps:
- uses: actions/checkout@v3
- uses: readmeio/[email protected]
- name: Checkout
uses: actions/checkout@v4
- name: Upload Autosuggest API to Readme
uses: readmeio/rdme@v8
with:
rdme:
openapi discovery/autosuggest.yaml --key=${{ secrets.API_KEY_SANDBOX }} --id=${{ vars.AUTOSUGGEST_ID }}
- name: Upload Email Widget API to Readme
uses: readmeio/rdme@v8
with:
rdme:
openapi discovery/email-spec.yaml --key=${{ secrets.API_KEY_SANDBOX }} --id=${{ vars.EMAIL_RECS_ID }}