Skip to content

Commit

Permalink
fix: remove from env
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Dec 9, 2024
1 parent b17a496 commit 77b3952
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/core-feature-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 77b3952

Please sign in to comment.