We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6780ca2 commit 38e2a45Copy full SHA for 38e2a45
1 file changed
.github/workflows/preview-deployment.yml
@@ -29,4 +29,7 @@ jobs:
29
password: ${{ secrets.CODESPHERE_PASSWORD }}
30
team: ${{ secrets.CODESPHERE_TEAM }}
31
plan: 'Boost'
32
- onDemand: 'true'
+ onDemand: 'true'
33
+ env: |
34
+ TEAM_ID=${{ secrets.CODESPHERE_TEAM_ID }}
35
+ CS_TOKEN=${{ secrets.CODESPHERE_TOKEN }}
0 commit comments