Skip to content

Commit bf3f047

Browse files
committed
Remove client id
1 parent ff80b85 commit bf3f047

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
@@ -14,8 +14,8 @@ jobs:
1414
build:
1515
runs-on: windows-latest
1616
env:
17-
ProductClientId: ${{ secrets.CELLSCLOUDTESTCLIENTID }}
18-
ProductClientSecret: ${{ secrets.CELLSCLOUDCLIENTSECRET }}
17+
ProductClientId: ${{ secrets.PRODUCTCLIENTID }}
18+
ProductClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
1919
steps:
2020
- uses: actions/checkout@v4
2121

0 commit comments

Comments
 (0)