From beaea826e481de508b76c7221adb25c468609056 Mon Sep 17 00:00:00 2001 From: Miles Croxford Date: Fri, 8 Mar 2024 01:08:03 +0000 Subject: [PATCH] fix(ci): remove set perms --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cf7df51..e9ac857 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,9 +10,6 @@ on: branches: - "master" -permissions: - contents: read - concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true