DEV Community

Discussion on: Preview environments per Pull Request using AWS CDK and Github Actions

Collapse
 
miklosxyz profile image
Miklos

If you want to listen to the deployment_status event by another workflow (for example, you want to run e2e tests on the deployment), be aware that you have to use a different token GITHUB_TOKEN. The github token cannot trigger other workflows, to prevent accidental recursion. Just create a personal access token, and use that instead.