update the example workflow in the readme

This commit is contained in:
Josh Dales
2023-03-03 11:17:10 -05:00
parent 394a01bde3
commit 5e6bdf6d89

View File

@@ -132,7 +132,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
```