From 7cd082ed79a56e5dcecf3f4f098309fa56bcb754 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Tue, 10 Oct 2023 11:28:48 -0300 Subject: [PATCH] Fix env var --- scripts/ci/comment_e2e_benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/comment_e2e_benchmark.js b/scripts/ci/comment_e2e_benchmark.js index b55413c794a0..38c8aea4c065 100644 --- a/scripts/ci/comment_e2e_benchmark.js +++ b/scripts/ci/comment_e2e_benchmark.js @@ -5,7 +5,7 @@ const https = require("https"); const fs = require("fs"); -const GITHUB_TOKEN = process.env.GITHUB_TOKEN; +const GITHUB_TOKEN = process.env.AZTEC_BOT_COMMENTER_GITHUB_TOKEN; const OWNER = "AztecProtocol"; const REPO = "aztec3-packages"; const COMMENT_MARK = "";