From 4bb51a5f276ba96c08ed8b204ab8a32feb9af037 Mon Sep 17 00:00:00 2001 From: AtlasLinden <114031241+AtlasLinden@users.noreply.github.com> Date: Tue, 6 May 2025 06:28:57 -0700 Subject: Add permissions to QA Workflow Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/qatest.yaml | 3 +++ 1 file changed, 3 insertions(+) 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"] -- cgit v1.2.3