diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 68650d1..7c63f32 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,7 +17,4 @@ jobs: uses: actions/checkout@v2.3.2 - name: Run Labeler - if: success() - uses: crazy-max/ghaction-github-labeler@v3.0.0 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} + uses: crazy-max/ghaction-github-labeler@v3.0.0 \ No newline at end of file