From ac7ce5b5e47c2f5f9ddfb37089b3e5c2f867d8d4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 12 Jul 2021 08:51:32 +0530 Subject: Documentation updates taken from #1629 [skip ci] Co-authored-by: mhatvan --- .github/workflows/ferdi-builds.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index c0ac073d0..277721c8c 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -2,13 +2,13 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions # Note: This workflow requires some secrets setup, and set on this repo with the names: - # 'FERDI_PUBLISH_TOKEN' (A GitHub Personal Access Token with appropriate permissions - for publishing the built artifacts) - # 'APPLEID' (The username of your Apple developer account - for notarizing the mac artifacts) - # 'APPLEID_PASSWORD' (An app-specific password - for notarizing the mac artifacts) - # 'CSC_LINK' (The HTTPS link or local path to certificate - for code signing of mac artifacts) - # 'CSC_KEY_PASSWORD' (The password to decrypt the certificate given in CSC_LINK - for code signing of mac artifacts) - # 'WIN_CSC_LINK' (The HTTPS link or local path to certificate - for code signing of windows artifacts) - # 'WIN_CSC_KEY_PASSWORD' (The password to decrypt the certificate given in CSC_LINK - for code signing of windows artifacts) +# 'FERDI_PUBLISH_TOKEN' (A GitHub Personal Access Token with appropriate permissions - for publishing the built artifacts) +# 'APPLEID' (The username of your Apple developer account - for notarizing the mac artifacts) +# 'APPLEID_PASSWORD' (An app-specific password - for notarizing the mac artifacts) +# 'CSC_LINK' (The HTTPS link or local path to certificate - for code signing of mac artifacts) +# 'CSC_KEY_PASSWORD' (The password to decrypt the certificate given in CSC_LINK - for code signing of mac artifacts) +# 'WIN_CSC_LINK' (The HTTPS link or local path to certificate - for code signing of windows artifacts) +# 'WIN_CSC_KEY_PASSWORD' (The password to decrypt the certificate given in CSC_LINK - for code signing of windows artifacts) name: Ferdi Builds -- cgit v1.2.3-54-g00ecf