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 ff80b85 commit bf3f047Copy full SHA for bf3f047
.github/workflows/sdkbuild2run.yml
@@ -14,8 +14,8 @@ jobs:
14
build:
15
runs-on: windows-latest
16
env:
17
- ProductClientId: ${{ secrets.CELLSCLOUDTESTCLIENTID }}
18
- ProductClientSecret: ${{ secrets.CELLSCLOUDCLIENTSECRET }}
+ ProductClientId: ${{ secrets.PRODUCTCLIENTID }}
+ ProductClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
19
steps:
20
- uses: actions/checkout@v4
21
0 commit comments