diff --git a/.github/workflows/backend-CI-test.yml b/.github/workflows/backend-CI-test.yml index e884cdb4d..14bd5d62f 100644 --- a/.github/workflows/backend-CI-test.yml +++ b/.github/workflows/backend-CI-test.yml @@ -19,6 +19,11 @@ jobs: pull-requests: write steps: + - name: Access Secrets + env: + google: ${{secrets.GOOGLE}} + kakao: ${{secrets.KAKAO}} + - uses: actions/checkout@v3 - name: Set up JDK 17