We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e11e1 commit d06561aCopy full SHA for d06561a
.github/workflows/sdkbuild2run.yml
@@ -18,8 +18,8 @@ jobs:
18
# The type of runner that the job will run on
19
runs-on: windows-latest
20
env:
21
- ProductClientId: ${{ secrets.PRODUCTCLIENTID }}
22
- ProductClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
+ CellsCloudClientId: ${{ secrets.PRODUCTCLIENTID }}
+ CellsCloudClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments