diff --git a/.github/workflows/publish.lib.yaml b/.github/workflows/publish.lib.yaml index 5184674..6c77a27 100644 --- a/.github/workflows/publish.lib.yaml +++ b/.github/workflows/publish.lib.yaml @@ -2,11 +2,6 @@ name: Publish on: workflow_call: - inputs: - owner: - description: 'Owner of the repository' - required: true - type: string permissions: packages: write @@ -26,7 +21,6 @@ jobs: # required app-id: 1312871 private-key: ${{ secrets.OPENMCP_CI_APP_PRIVATE_KEY }} - owner: ${{ inputs.owner }} - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4