summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAtlasLinden <114031241+AtlasLinden@users.noreply.github.com>2025-05-06 06:28:57 -0700
committerGitHub <noreply@github.com>2025-05-06 06:28:57 -0700
commit4bb51a5f276ba96c08ed8b204ab8a32feb9af037 (patch)
treee799a3807c0f02d4cfe4c5063f8e7f60c76d4678 /.github
parentf68a5b2363b14c98e74a09a548571486e74f8510 (diff)
Add permissions to QA Workflow
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/qatest.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml
index 5a609fdc5b..f1835a4b7f 100644
--- a/.github/workflows/qatest.yaml
+++ b/.github/workflows/qatest.yaml
@@ -1,5 +1,8 @@
name: Run QA Test # Runs automated tests on a self-hosted QA machine
+permissions:
+ contents: read
+
on:
workflow_run:
workflows: ["Build"]