From 38f36e0a82ed46e23d051c4be60f771b566dd407 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 6 Aug 2021 15:43:48 +0200 Subject: [PATCH] fix: allow writing statuses on PRs This aims to restore "Preview on IPFS" badge --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4b0e7a4..141cfe08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,6 +98,8 @@ jobs: persist: runs-on: "ubuntu-latest" needs: sign-macos + permissions: + statuses: write steps: - uses: actions/checkout@v2 - name: Retrieve signed artifacts