Skip to content

Commit

Permalink
各Jobに対してcontent readの権限を割当て
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuna-can-se committed Dec 27, 2024
1 parent bc9b3e1 commit 5fab016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/samples-azure-ad-b2c-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# cspell:ignore mikepenz dorny
name: azure-ad-b2c-sample CI

permissions:
contents: read

on:
pull_request:
branches: [main]
Expand All @@ -20,6 +17,8 @@ jobs:
build-frontend:
name: 'フロントエンドアプリケーションのビルド'
runs-on: ubuntu-latest
permissions:
contents: read
env:
NO_COLOR: "1" # 文字化け防止のためカラーコードを出力しない
strategy:
Expand Down Expand Up @@ -92,6 +91,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
pull-requests: write
defaults:
run:
Expand Down

0 comments on commit 5fab016

Please sign in to comment.