Skip to content

Commit

Permalink
Update backend-CI-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjongwa authored Jul 26, 2023
1 parent dabd269 commit 1dfd385
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/backend-CI-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ jobs:
steps:
- name: Repository Checkout
uses: actions/checkout@v3

- name: test
run : |
echo "Secrets: ${{secrets.KAKAO_CLIENT_ID}}"
- name: Access Secrets
uses: microsoft/variable-substitution@v1
with:
files: ./backend/src/main/resources/application.yml
env:
GOOGLE_CLIENT_ID: "sdsaf"
# - name: Access Secrets
# uses: microsoft/variable-substitution@v1
# with:
# files: ./backend/src/main/resources/application.yml
# env:
# GOOGLE_CLIENT_ID: "sdsaf"
# GOOGLE_CLIENT_SECRET: ${{secrets.GOOGLE_CLIENT_SECRET}}
# GOOGLE_REDIRECT_URI: ${{secrets.GOOGLE_REDIRECT_URI}}
# GOOGLE_TOKEN_URI: ${{secrets.GOOGLE_TOKEN_URI}}
Expand Down

0 comments on commit 1dfd385

Please sign in to comment.