Skip to content

Commit ffe0007

Browse files
authored
Add secret inherit to publish all operators (#319)
1 parent f0db0fe commit ffe0007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-all-operators.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
with:
7373
release_type: ${{ inputs.release_type }}
7474
version_number_input: ${{ needs.start.outputs.new_version }}
75+
secrets: inherit
7576

7677
buildGCP:
7778
name: GCP Private Operator
@@ -80,6 +81,7 @@ jobs:
8081
with:
8182
release_type: ${{ inputs.release_type }}
8283
version_number_input: ${{ needs.start.outputs.new_version }}
84+
secrets: inherit
8385

8486
buildAzure:
8587
name: Azure Private Operator
@@ -88,6 +90,7 @@ jobs:
8890
with:
8991
release_type: ${{ inputs.release_type }}
9092
version_number_input: ${{ needs.start.outputs.new_version }}
93+
secrets: inherit
9194

9295
collectAllArtifacts:
9396
name: Collect All Artifacts

0 commit comments

Comments
 (0)