aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/openapi-merge.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/openapi-merge.yml')
-rw-r--r--.github/workflows/openapi-merge.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/openapi-merge.yml b/.github/workflows/openapi-merge.yml
index cd990cf5f8..2421c09ad7 100644
--- a/.github/workflows/openapi-merge.yml
+++ b/.github/workflows/openapi-merge.yml
@@ -6,12 +6,12 @@ on:
tags:
- 'v*'
-permissions: {}
-
jobs:
publish-openapi:
name: OpenAPI - Publish Artifact
uses: ./.github/workflows/openapi-generate.yml
+ permissions:
+ contents: read
with:
ref: ${{ github.sha }}
repository: ${{ github.repository }}