Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpark0506 authored Sep 23, 2024
1 parent 5462a2a commit c5199d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: Google Secret Manager에서 환경변수 가져오기
uses: "google-github-actions/get-secretmanager-secrets@v2"
with:
secrets: |-
test:${{ secrets.GCE_PROJECT_ID }}/test
- name: Secrets 출력
run: echo ${{ steps.secrets.outputs.test }}
Expand Down

0 comments on commit c5199d8

Please sign in to comment.