Skip to content

Commit

Permalink
수정1
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkim99 committed Dec 26, 2023
1 parent 2467bb6 commit 2bc788f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ jobs:

- name: Build with Gradle
run: ./gradlew clean build -x test

- name: AWS credential setting
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: ${{ env.AWS_REGION }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 2bc788f

Please sign in to comment.