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 5c5195b commit 2cf575fCopy full SHA for 2cf575f
.github/workflows/vrt.yml
@@ -182,7 +182,7 @@ jobs:
182
GH_APP_ID: 244972
183
GH_APP_INSTALLATION_ID: 29956208
184
GH_APP_PRIVATE_KEY: ${{ secrets.DSE_CI_APP_KEY }}
185
- GH_APP_CLIENT_ID: Iv1.6aaf118377862b49
+ GH_APP_CLIENT_ID: ${{ secrets.DSE_CI_APP_ID }}
186
GH_APP_CLIENT_SECRET: ${{ secrets.DSE_CI_CLIENT_SECRET }}
187
# single quotes are needed around the JSON string here so that is can be parsed by the node script
188
run: batchesData='${{ steps.applitools_batch.outputs.batches }}' node scripts/ci/pr-checks
0 commit comments