Closed stjohnjohnson closed 8 years ago
Ran into issues where PRs contained icons like the one above. Turns out the default encoding of hmac is binary, but we need utf-8 to match what GitHub expects.
Fixes: https://github.com/screwdriver-cd/screwdriver/issues/246
@stjohnjohnson Thanks for submitting this, nice catch! I'll get a new release pushed up.
Thanks, @mhazy!
Ran into issues where PRs contained icons like the one above. Turns out the default encoding of hmac is binary, but we need utf-8 to match what GitHub expects.
Fixes: https://github.com/screwdriver-cd/screwdriver/issues/246