Skip to content

Potential fix for code scanning alert no. 6: Workflow does not contain permissions #834

Potential fix for code scanning alert no. 6: Workflow does not contain permissions

Potential fix for code scanning alert no. 6: Workflow does not contain permissions #834

Workflow file for this run

name: "Set theme labels"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}