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 65fd483 commit c6e4a18
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 @@ -24,7 +24,7 @@ jobs:

- name: test
run : |
echo "Secrets: ${{base64 --decode > secrets.KAKAO_CLIENT_ID}}"
echo "Secrets: ${{secrets.KAKAO_CLIENT_ID}}"
- name: Access Secrets
uses: microsoft/variable-substitution@v1
Expand Down

0 comments on commit c6e4a18

Please sign in to comment.