From b1ed2918aa7dcf98bb6246346b9c72c5d67b6ec1 Mon Sep 17 00:00:00 2001 From: reda Date: Thu, 21 Dec 2023 13:55:31 -0500 Subject: [PATCH] issue #4: add permissions --- .github/workflows/workflow-lint-test-python.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-lint-test-python.yml b/.github/workflows/workflow-lint-test-python.yml index 8525746..25b21a9 100644 --- a/.github/workflows/workflow-lint-test-python.yml +++ b/.github/workflows/workflow-lint-test-python.yml @@ -8,7 +8,8 @@ on: type: number permissions: - contents: write + actions: read + pull-requests: write jobs: lint-test: