DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- This restriction does not apply to workflows triggered by
pull_request_targetorissue_comment - This restriction does not protect against compromised committer accounts
- When using the 'checkout' action to check out the relevant PR, do not specify the
refas "refs/pull/${{ github.event.number }}/merge" or "github.event.pull_request.head.ref": the PR may have been updated since the workflow was approved. Instead, leave therefempty to use the code associated with the event that triggered the build , (which should be the code as it was what it looked like when it was approved), or use the exact commit hash.
Default GITHUB_TOKEN permissions
...