jekyll-deploy-gh-pages
jekyll-deploy-gh-pages copied to clipboard
Potential issue in README example
trafficstars
Are these GITHUB_REPOSITORY and GITHUB_ACTOR configurations intentional in the README Example? These values are available as environment variables in all runner environments, so why would we namespace them under secrets other than the GITHUB_TOKEN that is created by the user?
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
github.repository and github.actor seemed to work for me.
I'll have to look at the documentation again—at some point, I think it did have to be explicitly set but maybe that's no longer true.