diff --git a/setup.sh b/setup.sh index ecd3e86..0ac868c 100755 --- a/setup.sh +++ b/setup.sh @@ -61,7 +61,7 @@ git-crypt unlock /tmp/git-crypt-key rm /tmp/git-crypt-key echo "==> Fetching secrets from Bitwarden..." -REGISTRY_TOKEN=$("$BW_CLI" get password hantim-ci-registry-push --session "$BW_SESSION") +REGISTRY_TOKEN=$("$BW_CLI" get notes hantim-ci-registry-push --session "$BW_SESSION") DEPLOY_PUBKEY=$("$BW_CLI" get item hantim-server-deploy --session "$BW_SESSION" | jq -r '.sshKey.publicKey') "$BW_CLI" lock