From 5fab0162f8f0cefb179f148f4251e22457408503 Mon Sep 17 00:00:00 2001 From: tsuna-can-se <61451753+tsuna-can-se@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:25:26 +0900 Subject: [PATCH] =?UTF-8?q?=E5=90=84Job=E3=81=AB=E5=AF=BE=E3=81=97?= =?UTF-8?q?=E3=81=A6content=20read=E3=81=AE=E6=A8=A9=E9=99=90=E3=82=92?= =?UTF-8?q?=E5=89=B2=E5=BD=93=E3=81=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/samples-azure-ad-b2c-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/samples-azure-ad-b2c-ci.yml b/.github/workflows/samples-azure-ad-b2c-ci.yml index 956851ab2..1d8fd37a4 100644 --- a/.github/workflows/samples-azure-ad-b2c-ci.yml +++ b/.github/workflows/samples-azure-ad-b2c-ci.yml @@ -1,9 +1,6 @@ # cspell:ignore mikepenz dorny name: azure-ad-b2c-sample CI -permissions: - contents: read - on: pull_request: branches: [main] @@ -20,6 +17,8 @@ jobs: build-frontend: name: 'フロントエンドアプリケーションのビルド' runs-on: ubuntu-latest + permissions: + contents: read env: NO_COLOR: "1" # 文字化け防止のためカラーコードを出力しない strategy: @@ -92,6 +91,7 @@ jobs: runs-on: ubuntu-latest permissions: checks: write + contents: read pull-requests: write defaults: run: