Add Permissions for notify-complete job
This commit is contained in:
parent
4cccf31a3e
commit
4c95996069
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -324,6 +324,8 @@ jobs:
|
|||||||
notify-complete:
|
notify-complete:
|
||||||
needs: [ build_linux, build_macos, build_windows, docs_check, mypy_version_check ]
|
needs: [ build_linux, build_macos, build_windows, docs_check, mypy_version_check ]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
permissions:
|
||||||
|
repository-projects: read
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check user permission
|
- name: Check user permission
|
||||||
|
Loading…
Reference in New Issue
Block a user