Jacob Evans

Results 2 comments of Jacob Evans

`${{ github.token }}` is scoped to the current repository, so if you want to checkout a different repository that is private you will need to provide your own [PAT](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) https://github.com/actions/checkout/blob/2541b1294d2704b0964813337f33b291d3f8596b/README.md?plain=1#L184

@prlcutting I was able to make it work. Basically you will need to download your *.cer certificate from your server/website where you are able to authenticate via HTTPS through a...