From f667d61d4c5a22a9894926ffd34aa34315282244 Mon Sep 17 00:00:00 2001 From: Dan <8297864+D-K-P@users.noreply.github.com> Date: Mon, 19 May 2025 21:16:58 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#2077) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1abfa223b..8fe816d6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,8 @@ name: 🦋 Changesets Release +permissions: + contents: write + on: push: branches: