From e652cdd270cb5ecd1a2a2e5676033986d09502ed Mon Sep 17 00:00:00 2001 From: mbasadi Date: Wed, 22 May 2024 17:51:17 -0400 Subject: [PATCH] Fix action permission in pull request --- .github/workflows/pullrequests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index fc326ec..51d11c5 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -42,6 +42,8 @@ jobs: DeployExamples: name: DeployExamples runs-on: ubuntu-latest + permissions: + contents: write strategy: fail-fast: true matrix: