]> git.immae.eu Git - github/fretlink/ansible-clever.git/commit
travis: Use encrypted token for slack notification 77/head
authorPaul Bonaud <paul.bonaud@fretlink.com>
Mon, 5 Oct 2020 16:17:18 +0000 (18:17 +0200)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Mon, 5 Oct 2020 16:31:00 +0000 (18:31 +0200)
commitfd420630fd2d6ee50228fb77f217e895530a7834
tree85835d5f8fc05aab8afcbe565856d7fe032eeb56
parentd63814d3badb181c494bcfd53821dc484b6ce713
travis: Use encrypted token for slack notification

This encrypts the token used to talk with Slack (with a new generated
token and the old one has been revoked)

Encrypted using the repository key with the `travis` CLI:

```
travis encrypt "<user>:<token>" --add notifications.slack.rooms
```

cf documentation
https://docs.travis-ci.com/user/notifications/#configuring-slack-notifications

About #66
.travis.yml