From 752bdf98d588c2761b88d1c7dde8902bf51073c4 Mon Sep 17 00:00:00 2001 From: Wojciech Pietraszewski Date: Mon, 19 Aug 2024 13:59:15 +0200 Subject: [PATCH] ci: Update permissions for `Deploy Site` workflow Adds explicit write permissions for creating PRs. --- .github/workflows/deploy-site.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 13402789cc..e95b14fe99 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -27,6 +27,9 @@ jobs: deploy: name: Deploy Site runs-on: ubuntu-20.04 + permissions: + contents: write + pull-requests: write if: github.event.repository.fork == false steps: - uses: actions/checkout@v3