'use client'; import { ArrowPathIcon, ArrowsUpDownIcon, FingerPrintIcon, IdentificationIcon, LinkSlashIcon, } from '@heroicons/react/24/outline'; import { SectionDescription, SectionHeading, Strong, } from '@nx/nx-dev/ui-common'; import { ReactElement } from 'react'; import { GitHubIcon } from '@nx/nx-dev/ui-icons'; import Link from 'next/link'; export function CiAccess(): ReactElement { return (
CI Access: Token Rotation & Revocation Secure today, safer tomorrow: automatic token rotation. Compromised token? Those artifacts won’t touch production. {' '} All artifacts created with a revoked token are automatically invalidated — so leaked credentials can’t poison your builds.
Nx Cloud allows you to:
Learn more about CI Access Tokens{' '}
); }