Skip to content

Commit

Permalink
docs: add link to github blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Apr 6, 2021
1 parent 4fb9033 commit 2867447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/concepts-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
```

For further reading regarding the security of pull requests, see this GitHub blog post titled [Keeping your GitHub Actions and workflows secure: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

### Triggering further workflow runs

Pull requests created by the action using the default `GITHUB_TOKEN` cannot trigger other workflows. If you have `on: pull_request` or `on: push` workflows acting as checks on pull requests, they will not run.
Expand Down

0 comments on commit 2867447

Please sign in to comment.