Utilize new trigger called pull_request_target
This trigger will allow forks to run the CI/CD pipeline locally using their own secrets.... I think
This commit is contained in:
parent
f57b816530
commit
1cc549f3c5
2
.github/workflows/on-pr.yaml
vendored
2
.github/workflows/on-pr.yaml
vendored
@ -1,6 +1,6 @@
|
||||
name: Docker Build
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request_target]
|
||||
jobs:
|
||||
build:
|
||||
name: Run docker build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user