From 7d485525f05c0b49918eae866a144b26df0e76d0 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:35:25 +0100 Subject: [PATCH] fix(publish-release): add permissions (#1750) --- .github/workflows/publish-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index c6bdb2cbd..a1ac55466 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + contents: write + pull-requests: write + jobs: publish-release: if: github.repository == 'mdn/bob'