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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ jobs:
27
27
28
28
## Configuration
29
29
30
-
1. Create a dedicated Jenkins account, and an [API token](https://www.jenkins.io/blog/2018/07/02/new-api-token-system/) for it.
31
-
2. Create `JJB_USER` variable and `JJB_PASSWORD` [secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository) in repository settings.
30
+
1. Create a dedicated github account in Jenkins, and an [API token](https://www.jenkins.io/blog/2018/07/02/new-api-token-system/) for it.
31
+
2. Create `JJB_USER` variable (account from step 1) and `JJB_PASSWORD` (token from step 1) [secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository) in repository settings.
0 commit comments