You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be in normal plaintext 'BEGIN PGP PUBLIC KEY BLOCK' (ASCII-armored) format, with no additional BASE64-encoding.
29
36
The passphrase can be removed from an existing key using 'gpg --edit-key <key-id> passwd' : https://unix.stackexchange.com/a/550538/46453"
30
37
required: true
38
+
GITHUB_APP_PRIVATE_KEY:
39
+
description:
40
+
"See https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps#generating-private-keys
41
+
Should be in normal plaintext '-----BEGIN RSA PRIVATE KEY-----' format"
42
+
required: true
31
43
outputs:
32
44
RELEASE_VERSION:
33
45
description: "The un-prefixed version number of the release, eg '3.0.1'"
0 commit comments