chore: fix triggered workflow for e2e test suites

This commit is contained in:
Karol Sójko
2022-12-27 15:52:10 +01:00
parent d7c6ef6134
commit e67240821c
2 changed files with 6 additions and 6 deletions

View File

@@ -67,11 +67,11 @@ jobs:
uses: convictional/trigger-workflow-and-wait@master uses: convictional/trigger-workflow-and-wait@master
with: with:
owner: standardnotes owner: standardnotes
repo: e2e repo: self-hosted
github_token: ${{ secrets.CI_PAT_TOKEN }} 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 wait_interval: 30
client_payload: '{"image_tag": "${{ github.sha }}"}' client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
propagate_failure: true propagate_failure: true
trigger_workflow: true trigger_workflow: true
wait_workflow: true wait_workflow: true

View File

@@ -43,11 +43,11 @@ jobs:
uses: convictional/trigger-workflow-and-wait@master uses: convictional/trigger-workflow-and-wait@master
with: with:
owner: standardnotes owner: standardnotes
repo: e2e repo: self-hosted
github_token: ${{ secrets.CI_PAT_TOKEN }} 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 wait_interval: 30
client_payload: '{"image_tag": "${{ github.sha }}"}' client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
propagate_failure: true propagate_failure: true
trigger_workflow: true trigger_workflow: true
wait_workflow: true wait_workflow: true