Skip to content

Commit 8fb587c

Browse files
committed
fix: add ACTIONS_ID_TOKEN_REQUEST_URL to untracked environment variables
1 parent 0d9d8f0 commit 8fb587c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • crates/vt_graph/src/config

crates/vt_graph/src/config/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,9 @@ pub const DEFAULT_UNTRACKED_ENV: &[&str] = &[
444444
// GitHub Actions
445445
"GITHUB_*",
446446
"RUNNER_*",
447-
"ACTIONS_ID_TOKEN_REQUEST_URL",
447+
// https://docs.github.com/en/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-cloud-providers#using-custom-actions
448448
// ACTIONS_ID_TOKEN_REQUEST_TOKEN is covered by *_TOKEN below.
449+
"ACTIONS_ID_TOKEN_REQUEST_URL",
449450
// Windows specific
450451
"APPDATA",
451452
// Node's compile cache uses LOCALAPPDATA to pick its cache directory

0 commit comments

Comments
 (0)