Skip to content

Commit 693da8e

Browse files
committed
revert: "fix: add the repository owner as a input (#27)"
This reverts commit f9b5773.
1 parent f9b5773 commit 693da8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.lib.yaml

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

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

116
permissions:
127
packages: write
@@ -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)