I’m seeing header field value cannnot include CR/LF (ArgumentError) in my GitHub Pages deploy right after “Install deployment dependencies”, but before “Authenticate deployment”.
Ah! I’ll give that a try. I think I misunderstood the documentation [1]. It says that any setting can be set with environment variables, so I do have GITHUB_TOKEN set [2], and I assumed that would fill in the github_token parameter. But I guess that needs to be GITHUB_GITHUB_TOKEN or PAGES_GITHUB_TOKEN?
@native-api So this is strange… I set the token: explicitly and it worked. But now, a follow up run is failing with the same error, even though token is set this time…
One thing I did notice is that both .org and .com seem to run the build, which I’m not sure why. That also seems to create double commits to the target branch. GITHUB_TOKEN is set in both, so I’m not sure it’s directly related to this issue.