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:
parent
583320bea6
commit
3990162ca6
|
|
@ -1355,7 +1355,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: appsmithorg/performance-infra
|
repository: appsmithorg/performance-infra
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.CYPRESS_GITHUB_PERSONAL_ACCESS_TOKEN }}
|
||||||
ref: main
|
ref: main
|
||||||
path: app/client/perf
|
path: app/client/perf
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ import {
|
||||||
} from "../../../../locators/WidgetLocators";
|
} from "../../../../locators/WidgetLocators";
|
||||||
|
|
||||||
const widgetsToTest = {
|
const widgetsToTest = {
|
||||||
|
|
||||||
[WIDGET.MULTISELECT_WIDGET]: {
|
[WIDGET.MULTISELECT_WIDGET]: {
|
||||||
widgetName: "MultiSelect",
|
widgetName: "MultiSelect",
|
||||||
widgetPrefixName: "MultiSelect1",
|
widgetPrefixName: "MultiSelect1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user