diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index bdcd93e..985ac25 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: pull-requests: write # Only give it exactly what it needs to label runs-on: ubuntu-latest steps: - - uses: actions/labeler@77a4082b841706ac431479b7e2bb11216ffef250 # Pinned SHA + - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # Pinned SHA with: repo-token: "${{ secrets.LABELER_TOKEN }}"