mirror of
https://github.com/hacs/default.git
synced 2025-07-22 12:00:41 +00:00
Add missing permissions definitions to workflows (#3507)
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions: {}
|
||||
|
||||
concurrency:
|
||||
group: lint-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
2
.github/workflows/upload-critical.yml
vendored
2
.github/workflows/upload-critical.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
paths:
|
||||
- critical
|
||||
|
||||
permissions: {}
|
||||
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
group: upload-critical
|
||||
|
2
.github/workflows/upload-removed.yml
vendored
2
.github/workflows/upload-removed.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
paths:
|
||||
- removed
|
||||
|
||||
permissions: {}
|
||||
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
group: upload-removed
|
||||
|
Reference in New Issue
Block a user