From 5b8faccc20b307c302c34b8deae18abfe499a3fa Mon Sep 17 00:00:00 2001 From: K-dash Date: Wed, 29 May 2024 14:16:32 +0900 Subject: [PATCH] Configure permissions for GitHub Actions in pytest.yaml file --- .github/workflows/pytest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index cf2790c..330a75f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,8 +1,6 @@ name: Pytest -permissions: - contents: read - pull-requests: write +permissions: write-all on: [push, pull_request]