mirror of
https://github.com/bitnami/charts.git
synced 2026-02-15 15:57:15 +08:00
[bitnami/charts] review and improve workflow permissions (#16908)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
5
.github/workflows/comments.yml
vendored
5
.github/workflows/comments.yml
vendored
@@ -4,9 +4,10 @@ on:
|
||||
types:
|
||||
- created
|
||||
permissions:
|
||||
contents: read
|
||||
repository-projects: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
issues: read
|
||||
pull_requests: read
|
||||
# Avoid concurrency over the same issue
|
||||
concurrency:
|
||||
group: card-movement-${{ github.event.issue.number }}
|
||||
|
||||
Reference in New Issue
Block a user