Skip to content

Commit d9e0ba4

Browse files
fix: EC2デプロイジョブの権限からcontents: readを削除
- .github/workflows/ci.yml: EC2デプロイジョブのpermissionsからcontents: readを削除
1 parent afe6cb7 commit d9e0ba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ jobs:
248248
environment: production
249249
permissions:
250250
id-token: write
251-
contents: read
252251
steps:
253252
- name: Checkout code
254253
uses: actions/checkout@v5
@@ -294,7 +293,6 @@ jobs:
294293
environment: production
295294
permissions:
296295
id-token: write
297-
contents: read
298296
steps:
299297
- name: Checkout code
300298
uses: actions/checkout@v5

0 commit comments

Comments
 (0)