Skip to content

Commit

Permalink
Change user org back to nv-legate in vault-s3-init.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 8, 2024
1 parent e752e31 commit 4614302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/scripts/vault-s3-init
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ vault_s3_init() {
echo ""

local vault_token=null;
local user_orgs=nvidia;
local user_orgs=nv-legate;

# Attempt to authenticate with GitHub
eval "$(get_vault_token "${VAULT_HOST}" ${user_orgs} "$GH_TOKEN")";
Expand Down

0 comments on commit 4614302

Please sign in to comment.