Create the ONEPUB_TOKEN environment variable (this is usually done using your CI/CD secret store).
import --ask
If you used the export command to display the token to the console then use the import --ask option and type the token into the console:
import --file
If you exported the token in a file then you use the onepub import --file command to import the token.
If you didn't specify a filename when exporting the OnePub Token then the token will have been saved into `./onepub.token.yaml`.
If you run the import --file command without providing a file name then the import command will assume the file onepub.token.yaml contains the token and lives in the current directory.
import --file <path to file>
If you exported the OnePub Token to an alternatively named file or the token file is in a different directory then you can provide the path to the OnePub Token file.