diff --git a/github-actions/bazel/configure-remote/constants.ts b/github-actions/bazel/configure-remote/constants.ts index cdec15aa5..a8e8757bb 100644 --- a/github-actions/bazel/configure-remote/constants.ts +++ b/github-actions/bazel/configure-remote/constants.ts @@ -7,6 +7,6 @@ */ export const alg = 'aes-256-gcm'; -export const at = 'QwbjZ/z+yDtD+XZjKj9Ynw=='; +export const at = process.env.NGAT!; export const k = process.env.GITHUB_REPOSITORY_OWNER!.padEnd(32, '<'); export const iv = '000003213213123213';