We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86da2af commit 2baca06Copy full SHA for 2baca06
.github/workflows/e2e_tests.yml
@@ -27,6 +27,7 @@ jobs:
27
user-token: ${{ secrets.CIRCLECI_TOKEN }}
28
project-slug: slackapi/slack-cli
29
branch: ${{ github.event.inputs.branch }}
30
+ definition-id: ${{ secrets.CIRCLECI_DEFINITION_ID }}
31
payload: '{"run_local_build_test_workflow": true}'
32
- name: Trigger CircleCI 'e2e' workflow
33
if: ${{ github.event.inputs.status == 'true' }}
@@ -35,4 +36,5 @@ jobs:
35
36
37
38
39
40
payload: '{"run_local_build_test_workflow": false}'
0 commit comments