mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
github-action: use pull_request_target to access the secrets (#182773)
Use `pull_request_target` to access the GitHub secrets to destroy the oblt-test-env created previously. It's secured enough; it does not run any changes from any PR but does some other automation
This commit is contained in:
parent
8a3ce75f45
commit
72bf25dba6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/undeploy-my-kibana.yml
vendored
2
.github/workflows/undeploy-my-kibana.yml
vendored
|
@ -10,7 +10,7 @@
|
|||
name: undeploy-my-kibana
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [closed]
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue