Skip to content

Commit ff22405

Browse files
authored
ci(fix): add circleci pipeline definition to manual e2e tests (#200)
1 parent d2349b6 commit ff22405

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
user-token: ${{ secrets.CIRCLECI_TOKEN }}
2828
project-slug: slackapi/slack-cli
2929
branch: ${{ github.event.inputs.branch }}
30+
definition-id: ${{ secrets.CIRCLECI_DEFINITION_ID }}
3031
payload: '{"run_local_build_test_workflow": true}'
3132
- name: Trigger CircleCI 'e2e' workflow
3233
if: ${{ github.event.inputs.status == 'true' }}
@@ -35,4 +36,5 @@ jobs:
3536
user-token: ${{ secrets.CIRCLECI_TOKEN }}
3637
project-slug: slackapi/slack-cli
3738
branch: ${{ github.event.inputs.branch }}
39+
definition-id: ${{ secrets.CIRCLECI_DEFINITION_ID }}
3840
payload: '{"run_local_build_test_workflow": false}'

0 commit comments

Comments
 (0)