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 c2b459c commit 2ce8e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-CI-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
files: ./backend/src/main/resources/application.yml
env:
GOOGLE_CLIENT_ID: ${ {secrets.GOOGLE_CLIENT_ID} }
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
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 2ce8e7a

Please sign in to comment.