From 411594510d99489b3a8266feffd8c5dfc1f36667 Mon Sep 17 00:00:00 2001 From: Johnny Bouder <61591423+jbouder@users.noreply.github.com> Date: Wed, 30 Jul 2025 16:30:40 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/update-docs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-docs.yaml b/.github/workflows/update-docs.yaml index b2d8f79..137fd9e 100644 --- a/.github/workflows/update-docs.yaml +++ b/.github/workflows/update-docs.yaml @@ -12,6 +12,8 @@ on: jobs: update-docs: runs-on: ubuntu-latest + permissions: + contents: write services: # Start your API service (adjust based on your setup)