diff --git a/.github/workflows/Labeler.yml b/.github/workflows/Labeler.yml index b0a168192..2abb1a9fa 100644 --- a/.github/workflows/Labeler.yml +++ b/.github/workflows/Labeler.yml @@ -53,7 +53,7 @@ jobs: if: "github.event.action == 'labeled' && (github.event.label.name == 'Status: Duplicated' || github.event.label.name == 'Status: Resolved')" runs-on: ubuntu-latest env: - GH_TOKEN: ${{ GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: "Close pull request" if: "${{ github.event.issue.pull_request }}"