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'