From 82dff3c1c5dad2d558b0136a68409e8a70ac6f49 Mon Sep 17 00:00:00 2001 From: Sam Mousa Date: Wed, 14 Aug 2024 14:46:58 +0200 Subject: [PATCH] chore(ci): try without explicit permissions --- .github/workflows/prs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/prs.yml b/.github/workflows/prs.yml index e0c0133..9c01198 100644 --- a/.github/workflows/prs.yml +++ b/.github/workflows/prs.yml @@ -19,8 +19,6 @@ jobs: release-preview: name: Automated release preview needs: [lint] - permissions: - issues: write runs-on: ubuntu-latest steps: - name: 📀 Checkout