Konubinix' opinionated web of thoughts

Triggering Nested Github Action Workflows

Fleeting

github action

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