From fd8d43c96b7764bd7ceefab7c583de0997cfadf8 Mon Sep 17 00:00:00 2001 From: Lindsay Fredrick <45674978+lindsay-fredrick@users.noreply.github.com> Date: Wed, 15 Jul 2026 09:12:48 -0700 Subject: [PATCH] add permissions to workflow 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/quarto-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 31aafd1..ebfcec8 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -9,6 +9,9 @@ on: name: Render and Publish +permissions: + contents: write + jobs: build-deploy: runs-on: ubuntu-latest