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 <[email protected]> Signed-off-by: Luis Rosales <[email protected]> * chore: Update .github/workflows/automatic-release.yml Co-authored-by: Erika Gili <[email protected]> Signed-off-by: Luis Rosales <[email protected]> * 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 <[email protected]> Signed-off-by: Christian Leucht <[email protected]> --------- Signed-off-by: Luis Rosales <[email protected]> Signed-off-by: Christian Leucht <[email protected]> Co-authored-by: Philipp Bammes <[email protected]> Co-authored-by: Erika Gili <[email protected]> Co-authored-by: Christian Leucht <[email protected]>
- Loading branch information