Skip to content

Commit 2cf575f

Browse files
authored
Update vrt.yml, remove secret
1 parent 5c5195b commit 2cf575f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
GH_APP_ID: 244972
183183
GH_APP_INSTALLATION_ID: 29956208
184184
GH_APP_PRIVATE_KEY: ${{ secrets.DSE_CI_APP_KEY }}
185-
GH_APP_CLIENT_ID: Iv1.6aaf118377862b49
185+
GH_APP_CLIENT_ID: ${{ secrets.DSE_CI_APP_ID }}
186186
GH_APP_CLIENT_SECRET: ${{ secrets.DSE_CI_CLIENT_SECRET }}
187187
# single quotes are needed around the JSON string here so that is can be parsed by the node script
188188
run: batchesData='${{ steps.applitools_batch.outputs.batches }}' node scripts/ci/pr-checks

0 commit comments

Comments
 (0)