aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/openapi-merge.yml6
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 }}