diff --git a/.github/workflows/code-qa.yaml b/.github/workflows/code-qa.yaml index 9131ac2..1a66fac 100644 --- a/.github/workflows/code-qa.yaml +++ b/.github/workflows/code-qa.yaml @@ -2,6 +2,8 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Code Quality Assurance +permissions: + contents: read on: push: