diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b321c87..23d64b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: script: | const response = await github.rest.actions.createWorkflowDispatch({ owner: 'codewriter3000', // Replace with your GitHub username/org - repo: 'carbon-type-deployment', // Replace with your private repo name + repo: 'onprem-deployment', // Replace with your private repo name workflow_id: 'deploy.yml', ref: 'master', inputs: { @@ -99,4 +99,4 @@ jobs: run: | echo "::notice::Deployment workflow triggered in private repository" echo "::notice::Build SHA: ${{ github.sha }}" - echo "::notice::Triggered by: ${{ github.actor }}" \ No newline at end of file + echo "::notice::Triggered by: ${{ github.actor }}"