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: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,25 @@ Update `Capistrano`
24
24
require'capistrano/mls_ruby_capistrano_slacker'
25
25
```
26
26
27
+
### mls_ruby_capistrano_slacker_webhook_url
28
+
27
29
Add variable to your stage
28
30
29
31
```ruby
30
32
set :mls_ruby_capistrano_slacker_webhook_url, ENV.fetch('CAPISTANO_SLACKER_WEBHOOK_URL')
31
33
```
32
34
35
+
### mls_ruby_gitlab_private_token
36
+
33
37
And don't forget to set `mls_ruby_gitlab_private_token`. You can generate it using this [guide](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#creating-a-personal-access-token).
34
38
We prefere to set env variables via [UI](https://docs.gitlab.com/ee/ci/variables/#via-the-ui).
35
39
36
40
```ruby
37
41
set :mls_ruby_gitlab_private_token, ENV.fetch('GITLAB__PRIVATE_TOKEN')
0 commit comments