From a8115f7e952458329a657b49b23573163bc3c804 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 25 Sep 2021 07:51:13 +0530 Subject: docs: removed incorrect docs in GH action. [skip ci] --- .github/workflows/ferdi-builds.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.github/workflows/ferdi-builds.yml') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index 4518bd2..e042fed 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -1,13 +1,6 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # 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 and windows artifacts) -# 'CSC_KEY_PASSWORD' (The password to decrypt the certificate given in CSC_LINK - for code signing of mac and windows artifacts) - name: Ferdi Recipes Builds on: -- cgit v1.2.3-54-g00ecf