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
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ v3.0 AVAILABLE NOW! [View Changelog here.](https://github.com/wpengine/github-ac
17
17
18
18
## Setup Instructions
19
19
20
-
---
21
-
22
20
1.**SSH PRIVATE KEY SETUP IN GITHUB**
23
21
*[Generate a new SSH key pair](https://wpengine.com/support/ssh-keys-for-shell-access/#Generate_New_SSH_Key) if you have not already done so. Please note that this SSH Key needs to be *passwordless*.
24
22
@@ -47,8 +45,6 @@ View your actions progress and logs by navigating to the "Actions" tab in your r
47
45
48
46
## Example GitHub Action workflow
49
47
50
-
---
51
-
52
48
### Simple main.yml:
53
49
54
50
```
@@ -122,8 +118,6 @@ jobs:
122
118
123
119
### Further reading
124
120
125
-
---
126
-
127
121
*[Defining environment variables in GitHub Actions](https://docs.github.com/en/actions/reference/environment-variables)
128
122
*[Storing secrets in GitHub repositories](https://docs.github.com/en/actions/reference/encrypted-secrets)
129
123
* It is recommended to leverage one of [WP Engine's .gitignore templates.](https://wpengine.com/support/git/#Add_gitignore)
0 commit comments