Skip to content

Commit

Permalink
Test: CI 파이프라인 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Apr 23, 2024
1 parent 6e45a2c commit 80961f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
- name: Configure AWS CLI for Naver Cloud
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.NAVER_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.NAVER_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.NAVER_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.NAVER_SECRET_KEY }}
aws-region: 'none'

- name: Upload files to Naver Cloud Object Storage
run: |
Expand Down

0 comments on commit 80961f1

Please sign in to comment.