Mark Maxwell
Mark Maxwell
Hi @mkutz, @mchammer01, and @nguyenalex836! `GH_TOKEN` and `GITHUB_TOKEN` are both respected by GitHub CLI (see [CLI docs](https://cli.github.com/manual/gh_help_environment)). In many cases, both will work. But as `GITHUB_TOKEN` is subject to scoping...
Np! Thx for your input, @mchammer01! 👏
Thx @skedwards88! Considering the options, I think it'd be best to do this one go and avoid the hassle of having to revisit later. I'm happy to make changes to...
Hi @Biuwa, thanks for checking in. Unfortunately, I have not been able to get started on this issue. My availability is very limited at the moment, so I think it...
Thanks @dgor82 for raising this issue and for providing reference links! I've opened a PR (#32613) that implements your suggested changes into the workflow example.
Hi @bewuethr! Thanks for raising this issue, and for providing such helpful documentation. And thanks @jc-clark outlining a very suitable solution. I've made the suggested changes and have opened a...
Hi @cmwilson21 and @alexis-opolka! I've been looking deeper into this issue, and I wonder whether or not a new article is needed to resolve this. Both Git Credential Manager (included...
Thanks, @nguyenalex836! 🙂
Hi @jsoref and @lecoursen! It seems that in the time since this issue was posted, it has been solved with the introduction of [GITHUB env files](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Substituting `set-output` with `$GITHUB_OUTPUT`,...
Hi @kospl! I've created a [PR](https://github.com/github/docs/pull/30277) that hopefully addresses all discussed changes and closes this issue. Thx @felicitymay for the wonderful content outline!