Troubleshooting
Trouble 1. Cannot fetch RFM
Ask chengcli@umich.edu for access to
RFM(privately hosted)Give full access to your Github access token (classic)
Set environment variable
GH_ACCOUNTto your Github usernameSet environment variable
GH_TOKENto your Github access token (classic)Source your
.bashrcor.zshrcfile
Trouble 2. Cannot fetch RFM in Github actions
Set Github action secrets
Go your repo ->
settings->Secrets and variables->Actions.Set a
New repository secretwith nameACCESS_TOKEN.The value of the secret is your github access toekn.