Azure / load-testing

Automate azure load test through github actions
MIT License
17 stars 17 forks source link

Disabling PR Workflow for Forked PRs #65

Closed mitsha-microsoft closed 10 months ago

mitsha-microsoft commented 10 months ago

Using trigger pull_request_target allows workflows from forked repos to get access to the secrets and GitHub tokens of this repository, as specified here.

mitsha-microsoft commented 10 months ago

Note: Support for running this workflow on forked branches will be added after proper investigation. There were 2 approaches of fixing this:

  1. Either support running only on non forked branches. E.x. functions GitHub Action.
  2. Make the workflow work explicitly E.x. SQL Deploy GitHub Action.

We have picked the first approach, and will investigate more for the second approach