ci: Update the access token in ci script. (#16032)

* Clean up the perf folder and update integration commnds to use the new repo

* Use a different token for github auth

Co-authored-by: Satish Gandham <satish@appsmith.com>
This commit is contained in:
Satish Gandham 2022-08-16 14:33:55 +05:30 committed by GitHub
parent 583320bea6
commit 3990162ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1355,7 +1355,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: appsmithorg/performance-infra
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.CYPRESS_GITHUB_PERSONAL_ACCESS_TOKEN }}
ref: main
path: app/client/perf

View File

@ -13,7 +13,6 @@ import {
} from "../../../../locators/WidgetLocators";
const widgetsToTest = {
[WIDGET.MULTISELECT_WIDGET]: {
widgetName: "MultiSelect",
widgetPrefixName: "MultiSelect1",