Follow documentation a bit better.

This commit is contained in:
Robert de Bock 2020-06-06 07:57:37 +02:00
parent 3e2606077f
commit ccb374e2ca
2 changed files with 3 additions and 2 deletions

View File

@ -131,7 +131,7 @@
name: secure
- name: generate secure hash
command: "/usr/bin/travis encrypt --pro robertdebock:{{ secure.slack_token }}#build --no-interactive"
command: "/usr/bin/travis encrypt --pro robertdebock:{{ secure.slack_token }}#builds --no-interactive"
register: travis_secure
when:
- travis.notifications.slack.secure | length < 512

View File

@ -37,5 +37,6 @@ script:
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
slack:
secure: "{{ travis.notifications.slack.secure }}"
rooms:
- secure: "{{ travis.notifications.slack.secure }}"
email: false