From 0a929fe462382eb2a10ff71db6ea7d8200063ae6 Mon Sep 17 00:00:00 2001 From: sksat Date: Mon, 7 Aug 2023 14:47:36 +0900 Subject: [PATCH] remove unneeded permission config --- .github/workflows/pytest.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f4c42efba..8c95c8555 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -7,15 +7,8 @@ on: - develop pull_request: -permissions: - contents: read - id-token: write - jobs: pytest: - permissions: - contents: read - id-token: write strategy: fail-fast: false matrix: