Triggering Nested Github Action Workflows
Fleeting- Référence externe : https://docs.github.com/en/actions/using-workflows/triggering-a-workflow
If you do want to trigger a workflow from within a workflow run, you can use a personal access token instead of GITHUB_TOKEN to trigger events that require a token. You’ll need to create a personal access token and store it as a secret
— https://docs.github.com/en/actions/using-workflows/triggering-a-workflow