From 940a3dd10305a4ffcffd605f35a646cc73815d76 Mon Sep 17 00:00:00 2001 From: Nwakor uche Date: Tue, 24 Mar 2026 04:36:33 +0100 Subject: [PATCH] Update GitHub Actions workflow with permissions Add permissions for contents, pull requests, and issues --- .github/workflows/preview.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index fcd4fdc..ade0eca 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -3,7 +3,10 @@ name: Preview Deployment on: pull_request: types: [opened, synchronize, reopened, closed] - +permissions: + contents: read + pull-requests: write + issues: write jobs: deploy-preview: name: Deploy Preview to Unique URL