Skip to content

Commit

Permalink
Fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Oct 10, 2023
1 parent 48b4d4f commit 7cd082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/comment_e2e_benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<!-- AUTOGENERATED BENCHMARK COMMENT -->";
Expand Down

0 comments on commit 7cd082e

Please sign in to comment.