Add Permissions for notify-complete job

pull/6728/head
Matthias 4 years ago committed by GitHub
parent 4cccf31a3e
commit 4c95996069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -324,6 +324,8 @@ jobs:
notify-complete:
needs: [ build_linux, build_macos, build_windows, docs_check, mypy_version_check ]
runs-on: ubuntu-20.04
permissions:
repository-projects: read
steps:
- name: Check user permission

Loading…
Cancel
Save