diff --git a/.github/workflows/legal-oas-ci.yml b/.github/workflows/legal-oas-ci.yml index 70e8776e9..c309a0468 100644 --- a/.github/workflows/legal-oas-ci.yml +++ b/.github/workflows/legal-oas-ci.yml @@ -4,7 +4,7 @@ on: pull_request: types: [assigned, synchronize] paths: - - "docs/oas/**" + - "docs/**" workflow_dispatch: defaults: @@ -12,13 +12,9 @@ defaults: shell: bash working-directory: . -permissions: - contents: write - actions: read - checks: write - jobs: business-oas-ci: uses: bcgov/bcregistry-sre/.github/workflows/oas-ci.yaml@main with: working_directory: "." + oas_file_directory: "./docs" diff --git a/docs/oas/business.yaml b/docs/business.yaml similarity index 100% rename from docs/oas/business.yaml rename to docs/business.yaml