Skip to content

Commit

Permalink
workflow 수정 #84
Browse files Browse the repository at this point in the history
github secret 변수명 변경
  • Loading branch information
chaewss authored Jul 26, 2023
1 parent 3f3eade commit 4f26e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: ap-northeast-2

- name: Upload to S3
Expand Down

0 comments on commit 4f26e01

Please sign in to comment.