Skip to content

Commit

Permalink
add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
YulikK authored Jun 22, 2024
1 parent 8d60eaa commit 16d1c3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
test:
runs-on: ubuntu-latest

env:
VITE_APP_CTP_PROJECT_KEY: ${{ secrets.VITE_APP_CTP_PROJECT_KEY }}
VITE_APP_CTP_SCOPES: ${{ secrets.VITE_APP_CTP_SCOPES }}
VITE_APP_CTP_CLIENT_ID: ${{ secrets.VITE_APP_CTP_CLIENT_ID }}
VITE_APP_CTP_CLIENT_SECRET: ${{ secrets.VITE_APP_CTP_CLIENT_SECRET }}

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 16d1c3c

Please sign in to comment.