Skip to content

Commit f9b5773

Browse files
authored
fix: add the repository owner as a input (#27)
1 parent 2f59d40 commit f9b5773

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.lib.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Publish
22

33
on:
44
workflow_call:
5+
inputs:
6+
owner:
7+
description: 'Owner of the repository'
8+
required: true
9+
type: string
510

611
permissions:
712
packages: write
@@ -21,6 +26,7 @@ jobs:
2126
# required
2227
app-id: 1312871
2328
private-key: ${{ secrets.OPENMCP_CI_APP_PRIVATE_KEY }}
29+
owner: ${{ inputs.owner }}
2430

2531
- name: Checkout code
2632
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)