github-secret-keeper
github-secret-keeper copied to clipboard
cannot start ff client id starts with digit
Say my GitHub app’s credentials would be as follows
- client id:
012def - secret:
abc456
If I try to start the app like this:
012def=abc456 npm start
I get error
bash: 012def=abc456: command not found
Is there anything I can do?