Hi, I’m trying to follow the instructions here to set up the generation and upload of test reports:
https://github.com/hpcugent/easybuild/wiki/Review-process-for-contributions#automated-testing-of-easyconfigs-pull-requests One thing that the page doesn’t make clear to me is where the actual token string is supposed to go. That is, the command to add the token to my Python keyring is: python -c "import getpass, keyring; keyring.set_password('github_token', 'GITHUB_USER', getpass.getpass())” But this command doesn’t make clear whether ‘github_token’ is supposed to be a placeholder for the actual token string, or whether it’s to be used literally, I.e., as the label in the keyring. If it’s a placeholder, I suppose that the password (prompted for by the getpass.getpass call) is just a password that I myself make up. But if it’s a literal label, am I supposed to put the token in as my password? Thanks, Ben

