diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index bdcd93e..3d3f66c 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@c5dadc2a45784a4b6adfcd20fea3465da3a5f904 # Pinned SHA with: repo-token: "${{ secrets.LABELER_TOKEN }}"