Skip to content

Commit

Permalink
bump(ci): labeler action security updates (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Mar 27, 2023
1 parent 5550efe commit fb354ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ on:
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v3
# https://github.com/actions/labeler/releases
# v4.0.3
- uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit fb354ba

Please sign in to comment.