GHA: disable permissions where missing
Reviewed-by: Daniel Stenberg Closes #13306
This commit is contained in:
Родитель
7f26fd17dd
Коммит
41e07d836f
|
@ -15,6 +15,8 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
|
|
|
@ -20,6 +20,8 @@ on:
|
|||
- 'src/**'
|
||||
- 'include/**'
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
codespell:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -17,6 +17,8 @@ concurrency:
|
|||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
maketgz-and-verify-in-tree:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -21,6 +21,8 @@ on:
|
|||
- 'docs/libcurl/opts/*.3'
|
||||
- '.github/scripts/verify-examples.pl'
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -17,6 +17,8 @@ on:
|
|||
paths:
|
||||
- 'docs/libcurl/curl_*.3'
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Загрузка…
Ссылка в новой задаче