Skip to content

Commit 7ff58e4

Browse files
add CS_API env
1 parent ea9cdef commit 7ff58e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
GH_TOKEN: ${{ github.token }}
1212
CS_TOKEN: ${{ secrets.CS_TOKEN }}
1313
CS_TEAM_ID: ${{ vars.CS_TEAM_ID }}
14+
CS_API: ${{ vars.CS_API }}
1415
WORKSPACE_NAME: "${{ github.event.pull_request.head.repo.name }}-preview-#${{ github.event.pull_request.number }}"
1516
REPO_URL: ${{ github.event.pull_request.head.repo.clone_url }}
1617
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)