I'm submitting a...
Current behavior
Currently the CI token is not escaped, i.e. chars like # and @ need to be manually urlencoded https://github.com/nexus-devs/NexusHub/blob/development/ci/git/push-staging.sh#L20
Expected behavior
Automatically urlencode the NEXUS_CI_TOKEN string
Minimal reproduction of the problem
Environment
Browser:
For development issues:
- Node version:
- Operating System:
Additional Description
I'm submitting a...
Current behavior
Currently the CI token is not escaped, i.e. chars like
#and@need to be manually urlencoded https://github.com/nexus-devs/NexusHub/blob/development/ci/git/push-staging.sh#L20Expected behavior
Automatically urlencode the NEXUS_CI_TOKEN string
Minimal reproduction of the problem
Environment
Browser:
For development issues:
Additional Description