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