When having frontmatter configuration like:
on:
pull_request:
types: [opened, reopened, synchronize]
We are noticing on events like: PR Release Notes #1: Pull request https://github.com/<org>/<repo>/pull/1 synchronize by <actor_name> the following error in pre-activation:
Access denied: Potential confused deputy attack detected. Actor '<actor_name>' does not match the event author. The workflow may have been triggered indirectly via a bot command.
The <actor_name> is matching 100% in both the event and error message.
When having frontmatter configuration like:
We are noticing on events like:
PR Release Notes #1: Pull request https://github.com/<org>/<repo>/pull/1 synchronize by <actor_name>the following error in pre-activation:The
<actor_name>is matching 100% in both the event and error message.