From 79f4c9ebd901bfac20b89d8e029bb219644c2152 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 5 Mar 2024 14:59:29 +0530 Subject: [PATCH] Try with reduced permissions --- .github/workflows/cli-release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index c60bb24044..979eefe477 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -10,11 +10,6 @@ on: tags: - "cli-v*" -permissions: - # Allow the action to create a release - contents: write - packages: write - jobs: release-linux-amd64: runs-on: ubuntu-latest