litetex / PullDetachedRemote

Docker-Image for pull-detached-remote
MIT License
1 stars 1 forks source link

Run other GitHub action workflows after PR is created #43

Open litetex opened 3 years ago

litetex commented 3 years ago

The problem: grafik

After the PR is created no other github actions are run

litetex commented 3 years ago

Found the same issue here: https://github.com/peter-evans/create-pull-request/issues/48https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs

See also https://docs.github.com/en/actions/reference/events-that-trigger-workflows#example-using-multiple-events-with-activity-types-or-configuration

Note: You cannot trigger new workflow runs using the GITHUB_TOKEN. For more information, see "Triggering new workflows using a personal access token."