Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> Co-authored-by: Sarah Schneider <sarahs@github.com> Co-authored-by: Vanessa <vgrl@github.com>
585 B
585 B
-
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"
-