diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e87255142..ed6f98a77 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,11 +67,11 @@ jobs: uses: convictional/trigger-workflow-and-wait@master with: owner: standardnotes - repo: e2e + repo: self-hosted github_token: ${{ secrets.CI_PAT_TOKEN }} - workflow_file_name: testing-with-stable-server.yml + workflow_file_name: testing-with-updating-client-and-server.yml wait_interval: 30 - client_payload: '{"image_tag": "${{ github.sha }}"}' + client_payload: '{"snjs_image_tag": "${{ github.sha }}"}' propagate_failure: true trigger_workflow: true wait_workflow: true diff --git a/.github/workflows/snjs.pr.yml b/.github/workflows/snjs.pr.yml index a325ac2cc..19d79e057 100644 --- a/.github/workflows/snjs.pr.yml +++ b/.github/workflows/snjs.pr.yml @@ -43,11 +43,11 @@ jobs: uses: convictional/trigger-workflow-and-wait@master with: owner: standardnotes - repo: e2e + repo: self-hosted github_token: ${{ secrets.CI_PAT_TOKEN }} - workflow_file_name: testing-with-stable-server.yml + workflow_file_name: testing-with-updating-client-and-server.yml wait_interval: 30 - client_payload: '{"image_tag": "${{ github.sha }}"}' + client_payload: '{"snjs_image_tag": "${{ github.sha }}"}' propagate_failure: true trigger_workflow: true wait_workflow: true