From baa2eb2b173157d2950e599aa1af022ebf2ec271 Mon Sep 17 00:00:00 2001 From: Rajaniraiyn R Date: Thu, 26 Dec 2024 02:26:11 +0530 Subject: [PATCH] fix: update GitHub Actions permissions for documentation workflow --- .github/workflows/docs.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 94ec993..a2d07da 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,16 +5,13 @@ on: workflow_dispatch: -permissions: - contents: read - pages: write - id-token: write - jobs: build: name: Build and Deploy permissions: - contents: write + contents: read + pages: write + id-token: write runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2