There was an error while loading. Please reload this page.
1 parent 0d9d8f0 commit 8fb587cCopy full SHA for 8fb587c
1 file changed
crates/vt_graph/src/config/mod.rs
@@ -444,8 +444,9 @@ pub const DEFAULT_UNTRACKED_ENV: &[&str] = &[
444
// GitHub Actions
445
"GITHUB_*",
446
"RUNNER_*",
447
- "ACTIONS_ID_TOKEN_REQUEST_URL",
+ // https://docs.github.com/en/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-cloud-providers#using-custom-actions
448
// ACTIONS_ID_TOKEN_REQUEST_TOKEN is covered by *_TOKEN below.
449
+ "ACTIONS_ID_TOKEN_REQUEST_URL",
450
// Windows specific
451
"APPDATA",
452
// Node's compile cache uses LOCALAPPDATA to pick its cache directory
0 commit comments