Update GH Action 'add-content-to-project' to use 'pull_request_target' to allow access to project secrets (#18)
This commit is contained in:
parent
2c9545cb57
commit
330e0883fc
5
.github/workflows/add-content-to-project.yml
vendored
5
.github/workflows/add-content-to-project.yml
vendored
@ -5,9 +5,12 @@ name: "Add Issues/PRs to TF Provider DevEx team board"
|
|||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened, reopened]
|
types: [opened, reopened]
|
||||||
pull_request:
|
pull_request_target:
|
||||||
# NOTE: The way content is added to project board is equivalent to an "upsert".
|
# NOTE: The way content is added to project board is equivalent to an "upsert".
|
||||||
# Calling it multiple times will be idempotent.
|
# Calling it multiple times will be idempotent.
|
||||||
|
#
|
||||||
|
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
||||||
|
# to see the reasoning behind using `pull_request_target` instead of `pull_request`
|
||||||
types: [opened, reopened, ready_for_review]
|
types: [opened, reopened, ready_for_review]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user