From 3b7dc42499cdaa79485ba84c0f465d33a2ff3621 Mon Sep 17 00:00:00 2001 From: Noritaka Sekiyama Date: Wed, 8 Nov 2023 18:16:47 +0900 Subject: [PATCH] Added permission for pull requests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8515812d..f7d3be6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -74,8 +74,8 @@ jobs: unit: name: unit test / python ${{ matrix.python-version }} permissions: - pull-requests: write - + id-token: write + contents: read runs-on: ubuntu-latest timeout-minutes: 10