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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ This repository contains reusable GitHub Actions workflows for CI/CD pipelines.
10
10
11
11
### 🌍 Available Environments
12
12
13
-
-`develop`
14
-
-`integration`
15
-
-`production`
13
+
-`dev`
14
+
-`int`
15
+
-`prod`
16
16
17
17
---
18
18
19
19
### 🔧 Installation
20
-
1. For deployment pipeline make sure the Github App: GH-ORG-APP-TOKEN-READ-WRITE is installed in your repository and the required org secrets are configured (see below).
20
+
1. For deployment pipelines make sure the Github App: GH-ORG-APP-TOKEN-READ-WRITE is installed in your repository and the required org secrets are configured (see below).
21
21
2. For Gitleaks make sure that the Github App: GH-ORG-GITLEAKS is installed in your repository and the required org secrets are configured (see below).
22
22
3. Install one of the workflows as described below and adjust it to your needs.
0 commit comments