Skip to content

Commit 5d3b329

Browse files
authored
fix: remove input parameter
1 parent f9b5773 commit 5d3b329

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.lib.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ name: Publish
22

33
on:
44
workflow_call:
5-
inputs:
6-
owner:
7-
description: 'Owner of the repository'
8-
required: true
9-
type: string
10-
5+
116
permissions:
127
packages: write
138

@@ -26,7 +21,6 @@ jobs:
2621
# required
2722
app-id: 1312871
2823
private-key: ${{ secrets.OPENMCP_CI_APP_PRIVATE_KEY }}
29-
owner: ${{ inputs.owner }}
3024

3125
- name: Checkout code
3226
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)