From 04d3b1edbb4c7bd5f1b63b6bb3f65ca738ee1e52 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 8 May 2023 01:07:55 +0100 Subject: [PATCH] fix(release): remove permissions block Instead lets set permissions in repository settings and see if that works without the permissions settings in the workflow. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46275b2..fb89fd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,6 @@ name: CI on: push -permissions: - contents: write - pull-requests: write - jobs: release-please: runs-on: ubuntu-latest