From 22d7861f7a4866463816249d7293c52eb75a40d9 Mon Sep 17 00:00:00 2001 From: Michael Stimpson Date: Tue, 19 Sep 2023 23:03:15 -0500 Subject: [PATCH] Added GH_EMAIL to tutorial --- docs/tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 35500e2..091ac2f 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -34,6 +34,8 @@ The following secrets need to be set in all projects: * `DEV_HUB_AUTH_URL`: The [SfdxAuthUrl providing access to the DevHub](#devhub-and-packaging-org) +* `GH_EMAIL`: The GitHub user account email to be associated with the workflows. + Projects with dependencies need set: * `CCI_GITHUB_TOKEN`: The [GitHub Personal Access Token providing access to repositories](#github-token) @@ -135,4 +137,4 @@ Go to the Actions tab again and click on the Production Release under Workflows ## Conclusion -With some basic setup, your project is now configured for a fully automated product lifecycle on GitHub. Check out the [Resources](index.md#resources) section to learn more about the tools included in D2X. \ No newline at end of file +With some basic setup, your project is now configured for a fully automated product lifecycle on GitHub. Check out the [Resources](index.md#resources) section to learn more about the tools included in D2X.