From f0decbb166dea456777d35a7306ff45bb2bcf446 Mon Sep 17 00:00:00 2001 From: Blaise Taylor Date: Fri, 20 Feb 2026 14:24:17 -0500 Subject: [PATCH] Adding permissions to CI and Release workflows. --- .github/workflows/ci.yml | 2 ++ .github/workflows/release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fbc332..5411daa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: build: runs-on: windows-latest + permissions: + contents: read steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52c0df8..918d2ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ jobs: build: runs-on: windows-latest + permissions: + contents: read steps: - uses: actions/checkout@v2