mirror of
https://github.com/apache/superset.git
synced 2026-05-21 15:55:10 +00:00
chore(ci): add explicit permissions to additional workflows (#40067)
This commit is contained in:
@@ -8,6 +8,10 @@ on:
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
|
||||
# cancel previous workflow jobs for PRs
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user