Add missing permissions for auto-triage bot (#93230)

This commit is contained in:
Esteban Beltran 2024-09-11 15:51:15 +02:00 committed by GitHub
parent 0469b0f52e
commit 7b69d5b44f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,11 @@ on:
types: [opened]
concurrency:
group: issue-opened-${{ github.event.issue.number }}
permissions:
contents: read
id-token: write
jobs:
main:
runs-on: ubuntu-latest