Skip to content

Commit d06561a

Browse files
committed
Updata CellsCloudClientSecret and CellsCloudClientId.
1 parent 33e11e1 commit d06561a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
# The type of runner that the job will run on
1919
runs-on: windows-latest
2020
env:
21-
ProductClientId: ${{ secrets.PRODUCTCLIENTID }}
22-
ProductClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
21+
CellsCloudClientId: ${{ secrets.PRODUCTCLIENTID }}
22+
CellsCloudClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)