diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2026-04-03 20:17:31 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2026-04-03 20:17:31 +0900 |
| commit | da4d06c5abf2fcbc1addcf64d456ee88ea100f3c (patch) | |
| tree | 1f74475b0bfa5ec202d10233a583ec7893c62464 | |
| parent | 87c8349c6bcb5fe7b1c31cbaba2ef29b4b9a15f6 (diff) | |
move permissions block to publish job
| -rw-r--r-- | .github/workflows/openapi-merge.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/openapi-merge.yml b/.github/workflows/openapi-merge.yml index 954a835b41..2421c09ad7 100644 --- a/.github/workflows/openapi-merge.yml +++ b/.github/workflows/openapi-merge.yml @@ -6,14 +6,12 @@ on: tags: - 'v*' -permissions: - contents: read - actions: read - jobs: publish-openapi: name: OpenAPI - Publish Artifact uses: ./.github/workflows/openapi-generate.yml + permissions: + contents: read with: ref: ${{ github.sha }} repository: ${{ github.repository }} |
