1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: remove from env

This commit is contained in:
FredrikOseberg 2024-12-09 15:49:10 +01:00
parent b17a49666b
commit 77b3952591
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

@ -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'