From 77b3952591638c002a0b12513dd3a34e24b4f209 Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Mon, 9 Dec 2024 15:49:10 +0100 Subject: [PATCH] fix: remove from env --- .github/workflows/core-feature-alert.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/core-feature-alert.yml b/.github/workflows/core-feature-alert.yml index 5e15328539..8143d78710 100644 --- a/.github/workflows/core-feature-alert.yml +++ b/.github/workflows/core-feature-alert.yml @@ -8,7 +8,7 @@ on: paths: - src/lib/features/client-feature-toggles/* - src/lib/features/frontend-api/* - + jobs: check-core-feature: runs-on: ubuntu-latest @@ -52,8 +52,6 @@ jobs: core.setOutput('hasComment', hasComment); core.setOutput('hasReviewers', hasReviewers); - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Add reviewers and comment if necessary if: steps.check-comment.outputs.hasComment == 'false' || steps.check-comment.outputs.hasReviewers == 'false'