aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-25 07:51:13 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-25 07:51:13 +0530
commita8115f7e952458329a657b49b23573163bc3c804 (patch)
tree79ac9e39a293a4e163f1301459e60bfb67999614 /.github/workflows/ferdi-builds.yml
parentfix: implement unread count badge for 'stackoverflow-chat' (diff)
downloadferdium-recipes-a8115f7e952458329a657b49b23573163bc3c804.tar.gz
ferdium-recipes-a8115f7e952458329a657b49b23573163bc3c804.tar.zst
ferdium-recipes-a8115f7e952458329a657b49b23573163bc3c804.zip
docs: removed incorrect docs in GH action. [skip ci]
Diffstat (limited to '.github/workflows/ferdi-builds.yml')
-rw-r--r--.github/workflows/ferdi-builds.yml7
1 files changed, 0 insertions, 7 deletions
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 @@
1# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node 1# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions 2# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3 3
4# Note: This workflow requires some secrets setup, and set on this repo with the names:
5# 'FERDI_PUBLISH_TOKEN' (A GitHub Personal Access Token with appropriate permissions - for publishing the built artifacts)
6# 'APPLEID' (The username of your Apple developer account - for notarizing the mac artifacts)
7# 'APPLEID_PASSWORD' (An app-specific password - for notarizing the mac artifacts)
8# 'CSC_LINK' (The HTTPS link or local path to certificate - for code signing of mac and windows artifacts)
9# 'CSC_KEY_PASSWORD' (The password to decrypt the certificate given in CSC_LINK - for code signing of mac and windows artifacts)
10
11name: Ferdi Recipes Builds 4name: Ferdi Recipes Builds
12 5
13on: 6on: