From 8854803f54056030a52243af6c67ed623b2ffa68 Mon Sep 17 00:00:00 2001 From: John Rofrano Date: Sun, 26 Oct 2025 13:44:19 +0000 Subject: [PATCH] Added permissions to workflow --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1725f5..e750374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ on: - 'README.md' - '.vscode/**' +permissions: + contents: read + pull-requests: write + jobs: build: runs-on: ubuntu-latest