Skip to content

Commit

Permalink
Update bot.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Apr 18, 2024
1 parent 9acb211 commit 8cebcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/setup/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function getBotEnv(
DATA_PATH: path.join(process.cwd(), "data"),

PIPELINE_SCRIPTS_REPOSITORY: "https://github.com/paritytech/command-bot-scripts",
PIPELINE_SCRIPTS_REF: "monorepo",
PIPELINE_SCRIPTS_REF: "main",

PRIVATE_KEY_BASE64: readFileSync(path.join(process.cwd(), "src", "test", "testing-app.txt"), "base64"),

Expand Down

0 comments on commit 8cebcc2

Please sign in to comment.