We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9cdef commit 7ff58e4Copy full SHA for 7ff58e4
.github/workflows/preview.yaml
@@ -11,6 +11,7 @@ jobs:
11
GH_TOKEN: ${{ github.token }}
12
CS_TOKEN: ${{ secrets.CS_TOKEN }}
13
CS_TEAM_ID: ${{ vars.CS_TEAM_ID }}
14
+ CS_API: ${{ vars.CS_API }}
15
WORKSPACE_NAME: "${{ github.event.pull_request.head.repo.name }}-preview-#${{ github.event.pull_request.number }}"
16
REPO_URL: ${{ github.event.pull_request.head.repo.clone_url }}
17
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
0 commit comments