mirror of
https://github.com/apache/superset.git
synced 2026-05-24 09:15:19 +00:00
chore(ci): add explicit permissions to additional workflows (#40067)
This commit is contained in:
3
.github/workflows/embedded-sdk-test.yml
vendored
3
.github/workflows/embedded-sdk-test.yml
vendored
@@ -6,6 +6,9 @@ on:
|
||||
- "superset-embedded-sdk/**"
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
|
||||
permissions:
|
||||
contents: 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