Skip to content

Commit

Permalink
chore: ORACLE DB에 연결하기 위한 OCI Wallet 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Aug 25, 2024
1 parent c59645e commit e9b279f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
java-version: '17'
distribution: 'corretto'

- name: Decode and Unzip OCI Wallet
run: |
echo "${{ secrets.OCI_WALLET }}" | base64 --decode > oci-wallet.zip
unzip oci-wallet.zip -d ./src/main/resources/OracleCloud
- name: Grant permission for gradlew
run: chmod +x ./gradlew
shell: bash
Expand Down

0 comments on commit e9b279f

Please sign in to comment.