diff --git a/.github/workflows/caller-1.yml b/.github/workflows/caller-1.yml index 1db8c6252..15e5c4ecb 100644 --- a/.github/workflows/caller-1.yml +++ b/.github/workflows/caller-1.yml @@ -1,8 +1,13 @@ -name: Successfull merge pipeline +name: Caller-1 on: workflow_dispatch: push: + jobs: call-reusable-workflow-1-in-local-repo: - uses: ./.github/workflows/reusable-1.yml \ No newline at end of file + uses: ./.github/workflows/reusable-1.yml + with: + config-path: '.github/labeler.yml' # Provide the required input + secrets: + token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret \ No newline at end of file