-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ドキュメントビルド(CI用)のワークフローにコンテンツの読み取り権限を明示的に追加 * 古いアーティファクト削除ワークフローにコンテンツの読み取り権限を明示的に追加 * Azure AD B2Cサンプルのワークフローにコンテンツの読み取り権限を明示的に追加 * Dressca consumer frontend のCIワークフローにコンテンツの読み取り権限を明示的に追加 * 古いアーティファクト削除ワークフローにアクションの書き込み権限を追加 * 各Jobに対してcontent readの権限を割当て
- Loading branch information
1 parent
994ac67
commit 09b8af4
Showing
4 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
--- | ||
name: 古いアーティファクトの削除 | ||
|
||
permissions: | ||
actions: write | ||
contents: read | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ | |
|
||
name: dressca-consumer-frontend CI | ||
|
||
permissions: | ||
contents: read | ||
|
||
on: | ||
pull_request: | ||
branches: [main] | ||
|