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
Copy file name to clipboardExpand all lines: README.md
+45-5Lines changed: 45 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,19 @@ If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitH
13
13
14
14

15
15
16
+
___
17
+
18
+
*[Features](#features)
19
+
*[Prerequisites](#prerequisites)
20
+
*[Usage](#usage)
21
+
*[Workflow](#workflow)
22
+
*[Sign commits](#sign-commits)
23
+
*[Customizing](#customizing)
24
+
*[inputs](#inputs)
25
+
*[environment variables](#environment-variables)
26
+
*[How can I help?](#how-can-i-help)
27
+
*[License](#license)
28
+
16
29
## Features
17
30
18
31
* Works on Linux, MacOS and Windows [virtual environments](https://help.github.com/en/articles/virtual-environments-for-github-actions#supported-virtual-environments-and-hardware-resources)
@@ -21,7 +34,7 @@ If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitH
21
34
* (Git) Enable signing for Git commits, tags and pushes
22
35
* (Git) Configure and check committer info against GPG key
23
36
24
-
## Usage
37
+
## Prerequisites
25
38
26
39
First, export the GPG private key as an ASCII armored version:
Copy the content of `key.pgp` file as a [`secret`](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) named `GPG_PRIVATE_KEY` for example. Create another secret with the `PASSPHRASE` if applicable.
0 commit comments