Closed johnbradley closed 5 years ago
Fixes #223 The call to str() resulted in a string starting with b'. Fixes here to properly encode the helmod module specfile.
b'
The other issue here was an incorrectly configured github token. The token needs the repo scope permissions.
I tested these changes against a test repo.
Fixes #223 The call to str() resulted in a string starting with
b'
. Fixes here to properly encode the helmod module specfile.The other issue here was an incorrectly configured github token. The token needs the repo scope permissions.