MQTT-Explorer icon indicating copy to clipboard operation
MQTT-Explorer copied to clipboard

Make workflow run workflow in source repo context to prevent secrets …

Open bj00rn opened this issue 3 weeks ago • 0 comments

Make workflow run workflow in source repo context to prevent secrets exposure.

  • pull_request_target event will be run in target repo context and will have access to secrets
  • pull_request_target event SHA is latests commit in target base branch, and running ui-tests here does not make sense as ui-tests will be run on latest commit in target branch.
  • Remove file upload since workflow no longer has access to secrets.

bj00rn avatar Jun 17 '24 09:06 bj00rn