Suggestion: also support README_API_KEY
in addition to RDME_API_KEY
#948
Labels
Milestone
README_API_KEY
in addition to RDME_API_KEY
#948
Hi folks 👋
We recently switched from using the GitHub action to a shell script, because we wanted some extra automation around the deployment. Locally we use
rdme login
, but in CI we just use an API key.Anyway, I exported the environment variable
README_API_KEY
based on the secret we'd set for the action -${{ secrets.README_API_KEY }}
- but my command failed telling me I needed a--key
argument. It was only after re-reading the docs I noticed the subtle difference and I should have usedRDME_...
!Do you think it might be worth also checking for
README_API_KEY
in addition to the existing one? Seems unlikely I would be usingREADME_API_KEY
to do something else, so this could be a neat ergonomics improvement IMO.The text was updated successfully, but these errors were encountered: