mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
chore: add missing permissions to AI flag cleanup workflow (#10250)
This commit is contained in:
parent
2b23cb1246
commit
0a42d22c52
2
.github/workflows/ai-flag-cleanup.yml
vendored
2
.github/workflows/ai-flag-cleanup.yml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
|
issues: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flag-cleanup:
|
flag-cleanup:
|
||||||
|
Loading…
Reference in New Issue
Block a user