Skip to content

Commit da2debb

Browse files
Update README.md
1 parent bca31f0 commit da2debb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Add variable to your stage
3030
set :mls_ruby_capistrano_slacker_webhook_url, ENV.fetch('CAPISTANO_SLACKER_WEBHOOK_URL')
3131
```
3232

33+
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+
We prefere to set env variables via [UI](https://docs.gitlab.com/ee/ci/variables/#via-the-ui).
35+
36+
```ruby
37+
set :mls_ruby_gitlab_private_token, ENV.fetch('GITLAB__PRIVATE_TOKEN')
38+
```
39+
3340
Also, if you want to publish release description to your Slack - just set following variable in your deploy configs
3441

3542
```ruby

0 commit comments

Comments
 (0)