@@ -39,19 +39,21 @@ libraries for Linux (as does for macOS and Windows).
3939
4040Secrets
4141-------
42- - ** ALTOOL_CREDENTIALS** - Apple developer credentials to be used with
43- notarytool for macOS build (username:password: teamid ) notarization in
44- format "user: password " (app-specific password is strongly recommended)
4542- ** APPIMAGE\_ KEY** - GPG exported (armored) private key to sign AppImage;
4643- ** APPLE\_ KEY\_ P12\_ B64** - base64-encoded Apple signing key in P12
4744(see [ below] ( #generating-apple-keys-to-sign-the-image ) )
4845currently unused (no signing as for now - see the commit 2e321f65)
4946- ** COVERITY\_ TOKEN** - Coverity token to be used for build (Coverity CI only)
47+ - ** NOTARYTOOL_CREDENTIALS** - Apple developer credentials to be used with
48+ notarytool for macOS build (username:password: teamid ) notarization in
49+ format "user: password " (app-specific password is strongly recommended)
5050- ** SDK\_ URL** - URL where are located the [ Dependencies] ( #dependencies ) assets
5151(currently Deltacast only)
5252
5353** Note:** not all secrets are used by all workflows (see [ Workflows] ( #workflows ) for details)
5454
55+ ** Note2:** secret names are _ case-insensitive_
56+
5557### Generating Apple keys to sign the image
5658
5759This section contains a procedure to get and process keys to be used as _ APPLE\_ KEY\_ P12\_ B64_ above.
@@ -117,8 +119,8 @@ to release assets.
117119* push to _ other_ repositories (branch ** master** or ** v[ 0-9] +** ) -
118120creates build artifacts
119121
120- This worflow utilizes ** ALTOOL \_ CREDENTIALS ** , ** APPLE \_ KEY\_ P12 \_ B64 ** ,
121- ** APPIMAGE \_ KEY ** (currently not used, see above), ** SDK\_ URL** .
122+ This worflow utilizes ** APPLE \_ KEY \_ P12 \_ B64 ** , ** APPIMAGE \_ KEY**
123+ (currently not used, see above), ** NOTARYTOOL \_ CREDENTIALS ** , ** SDK\_ URL** .
122124
123125The OS-specific runners are split to 3 YAML files, that can be triggered
124126separately by pushing to the respecitve branches - the upload rules are
0 commit comments