Skip to content

Commit

Permalink
build: actions에 aws secret manager 접근 부분 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Aug 29, 2024
1 parent 371eeab commit 6a1b158
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dev-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_S3_SECRET_KEY }}
aws-region: ap-northeast-2

- name: Get secrets from AWS Secrets Manager
run: |
SECRET_VALUE=$(aws secretsmanager get-secret-value --secret-id spot --query SecretString --output text)
echo "$SECRET_VALUE" | jq -r 'to_entries[] | "\(.key)=\(.value)"' >> $GITHUB_ENV
- name: Cache Gradle
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6a1b158

Please sign in to comment.