Skip to content

Commit 7dea6c7

Browse files
committed
TEST ワークフロー修正: 権限を与える
1 parent e474840 commit 7dea6c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
- main
88
workflow_dispatch:
99

10+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
1016
jobs:
1117
build:
1218
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)