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