Skip to content

Commit 4989227

Browse files
authored
Update gradle.yml
1 parent 9410528 commit 4989227

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ permissions:
1111
jobs:
1212
build-and-deploy:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
id-token: write
16+
contents: read
1417

1518
steps:
1619
- name: Checkout code
@@ -47,9 +50,6 @@ jobs:
4750
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
4851
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
4952
aws-region: ap-northeast-2
50-
permissions:
51-
id-token: write
52-
contents: read
5353

5454
- name: S3에 배포
5555
run: aws s3 cp deploy/goody.zip s3://goody-build/goody.zip

0 commit comments

Comments
 (0)