mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add missing permissions for auto-triage bot (#93230)
This commit is contained in:
parent
0469b0f52e
commit
7b69d5b44f
5
.github/workflows/issue-opened.yml
vendored
5
.github/workflows/issue-opened.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user