From b507721131a957919e2a7cb18c2bd0efa8cfec10 Mon Sep 17 00:00:00 2001 From: Maurice Renck Date: Sat, 30 Mar 2024 17:03:46 +0100 Subject: [PATCH] chore: test without token --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 534c89b..61a2dd1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,6 +78,6 @@ jobs: run: npm ci --ignore-scripts - name: Release - env: - GITHUB_TOKEN: ${{ secrets.PAT_SEMANTIC_RELEASE }} + # env: + # GITHUB_TOKEN: ${{ secrets.PAT_SEMANTIC_RELEASE }} run: npx semantic-release