Set environment variables for the {% data variables.product.pat_generic %}s, replacing TOKEN in the commands below with the {% data variables.product.pat_generic %}s you recorded above. Use
GH_PATfor the destination organization andGH_SOURCE_PATfor the source organization.If you're using Terminal, use the
exportcommand.export GH_PAT="TOKEN" export GH_SOURCE_PAT="TOKEN"If you're using PowerShell, use the
$envcommand.$env:GH_PAT="TOKEN" $env:GH_SOURCE_PAT="TOKEN"
{% data reusables.enterprise-migration-tool.set-target-api-url %}