Skip to content

Commit 2baca06

Browse files
committed
ci(fix): add circleci pipeline definition to manual e2e tests
1 parent 86da2af commit 2baca06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)