rossjrw / pr-preview-action

GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.
https://github.com/marketplace/actions/deploy-pr-preview
MIT License
275 stars 44 forks source link

Please allow passing the token #41

Closed lumag closed 1 year ago

lumag commented 1 year ago

The JamesIves/github-pages-deploy-action and marocchino/sticky-pull-request-comment actions allow using personal access token in addition to the GITHUB_TOKEN. Please allow users of your action to also specify the token to be passed to the called actions.

MH4GF commented 1 year ago

FYI: A feature that allows users to specify a token is included in the PR here: https://github.com/rossjrw/pr-preview-action/pull/38