Skip to content

Add permissions for id-token and contents in GitHub Actions workflow #424

Add permissions for id-token and contents in GitHub Actions workflow

Add permissions for id-token and contents in GitHub Actions workflow #424

Workflow file for this run

name: 'PR Labeler'
on:
- pull_request_target
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5 #TODO: v5 introduces breaking changes: https://github.com/actions/labeler/tree/main?tab=readme-ov-file#breaking-changes-in-v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: false