diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2026-04-03 19:52:37 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2026-04-03 19:52:37 +0900 |
| commit | 87c8349c6bcb5fe7b1c31cbaba2ef29b4b9a15f6 (patch) | |
| tree | 7eb7bff06105ca53dddc40a66ac0942e7713acd2 /.github/workflows/openapi-merge.yml | |
| parent | 9e489cd41fb7ca55855d5ce84316c5b966bcc4a7 (diff) | |
fix openapi report and publish workflows
Diffstat (limited to '.github/workflows/openapi-merge.yml')
| -rw-r--r-- | .github/workflows/openapi-merge.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/openapi-merge.yml b/.github/workflows/openapi-merge.yml index cd990cf5f8..954a835b41 100644 --- a/.github/workflows/openapi-merge.yml +++ b/.github/workflows/openapi-merge.yml @@ -6,7 +6,9 @@ on: tags: - 'v*' -permissions: {} +permissions: + contents: read + actions: read jobs: publish-openapi: |
