From 0feedf58e52e1acabb63b07cda354f837f655474 Mon Sep 17 00:00:00 2001 From: Petar Todorovic Date: Thu, 22 May 2025 18:11:18 +0200 Subject: [PATCH] ci: remove permissions --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2085c30..f1071059 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - permissions: - pull-requests: write - contents: write - deployments: write + environment: production env: NODE_OPTIONS: "--max_old_space_size=8192" @@ -41,4 +38,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - HUSKY: 0