Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/86 make token configurable via new secret GITHUB_USER_TOKEN (#87)
* feat: make token configurable in release process Closes #86 * chore: change the name of the variable used in the workflow * chore: remove default since it is not supported * chore: test simple config * chore: not persisting credentials on checkout * fix: adding missing github dependency * chore: add defaults again * chore: setting to false * chore: making token mandatory * chore: default to the github token * chore: test removing github plugin * chore: testing removing the persist credentials * chore: returning back persist creds as it is needed * docs: hide underlaying implementation * docs: adding documentation regarding the USER_TOKEN secret configuration * docs: Update docs/automatic-release.md Co-authored-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com> Signed-off-by: Luis Rosales <eng.luisrosales@gmail.com> * chore: Update .github/workflows/automatic-release.yml Co-authored-by: Erika Gili <e.gili@inpsyde.com> Signed-off-by: Luis Rosales <eng.luisrosales@gmail.com> * docs: better default value * chore: align name of variable * chore: fix table format, enhanced some texts * Apply suggestions from code review Co-authored-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com> Signed-off-by: Christian Leucht <3417446+Chrico@users.noreply.github.com> --------- Signed-off-by: Luis Rosales <eng.luisrosales@gmail.com> Signed-off-by: Christian Leucht <3417446+Chrico@users.noreply.github.com> Co-authored-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com> Co-authored-by: Erika Gili <e.gili@inpsyde.com> Co-authored-by: Christian Leucht <3417446+Chrico@users.noreply.github.com>
- Loading branch information