diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 308d149..8b10a59 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -13,8 +13,9 @@ # limitations under the License. -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions +# This workflow will install Python dependencies, run tests and lint with a +# variety of Python versions For more information see: +# https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package @@ -24,6 +25,9 @@ on: pull_request: branches: [ master ] +# Declare default permissions as read only. +permissions: read-all + jobs: format: name: Format check